Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
PHP-OOP Posts
Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
Register and login application with php and json In this tutorial we are going to put together a register and login application. But instead of registering the user in a database, we are going to put his username and password in a JSON file Posted: 04-May-2022 | PHP-OOP | Views 5906
How to write an image upload and validation class In this tutorial we are going to use the object oriented programming - OOP style, and write an imageUpload class to upload an image using php. Posted: 12-Jan-2022 | PHP-OOP | Views 794
Tutorial Categories