Category: Tutorials

Errors ~ oops! It wasn’t me!

Error handling is the way to manages errors that will occur during running of your script. You can let the default PHP error handling take over or you can do it yourself using custom functions here you can see how…

Read More

File ~ And not the government one!

Handling files in PHP is a very easy but very important thing that any developer will eventually have to do here you will find a crash course on how to do everything(OK everything important anyways) with files using PHP.

Read More
Loading