background preloader

PHP

Facebook Twitter

Architect - The PHP Magazine for PHP Professionals. PHP Help: PHP Freaks! PHP Debug Manual. PHP Manual Function List. Learnable - PHP & MySQL Web. Under the expert guidance of SitePoint’s own Kevin Yank, you’ll find the combination of digestible audio, video and mini-articles with a supportive forum of classmates to be so much fun, you won’t even realise how much you’ve learned by the time you’re done.

Learnable - PHP & MySQL Web

“I am a couple of days away from finishing your PHP course which is brilliant. I had never done any website stuff ever before and just did it out of curiosity. I thought it would all be vastly complicated but it is so easy to follow and now I know how it all works, the way you taught it is faultless.” —Jamie Robinson, Student What you'll learn. 40+ Invaluable PHP Tutorials and Resources. PHP File Upload. Dates in PHP and MySQL. I see a lot of people on forums and on my training courses asking about the best way (or any way) to manage dates stored in a MySQL database and used in PHP.

Dates in PHP and MySQL

Three options follow, but first the problem. PHP uses unix timestamps for all its date functionality. It has methods to convert these timestamps into pretty much any text format you could want but internally it uses the timestamp format. A timestamp is simply an integer. Specifically, it’s the number of seconds that have elapsed since midnight on January 1st 1970 (greenwich mean time).