Skip to content

Error Handling in PHP

Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get to… 

Working with Images – PHP

We need to create an HTML form that allows you to choose the file to be uploaded. Note: please make sure you have form method… 

Managing Sessions & Cookies

The basic task of both cookies and sessions is to store visitor data so that it can be accessed by every page on a website.…