All Posts By admin

Image Processing with Python

Hello my friends, In this article, i will share my image processing project. Actually this project, my homework at the university. You may see all photos and python codes in down. You may download project python codes.

By admin
1 min read
PHP

How To Do Delete Operations In PHP ?

Hello everyone, Today we will learn deleting operations in php. We saw data listing in the previous lesson. Above all, i would like to explain all our processing step by step. HOW TO DO DELETING OPERATIONS IN PHP ? We can do the deletion with php’s GET function. If we can capture the IDs of…

By admin
4 min read
PHP

How To Do Reading/Listing Operations In PHP ?

Hello everyone, Today we will teach how to do crud operations in php. Above all, i would like to explain all our processing step by step. HOW TO DO READING OPERATIONS IN PHP ? Firstly, we have need to data. So, we will create sample data on mockaroo. Then, we will create a new database…

By admin
4 min read