PHP Tutorials



Featured Tutorial
Fundamentals of PHP - Part 1
Submitted by LogicDeck » This is the first tutorial in the Fundamentals of PHP series, In this brief article designed for PHP Beginners, I will be going over the fundamentals of PHP. This includes such things as the syntax, basic data output, variables, and briefly go over file ‘inclusions’ as well as best practices.
Rating: 4.0/5 | 299 clicks | 0 comments | 0 saves | share | report
Protect Pages With a Login Check Script
Submitted by Anthony Damasco » So what we are trying to do is stop people from seeing pages unless they are logged in. We also don’t want any people going directly to the url to see the page either.
Rating: 2.8/5 | 60 clicks | 0 comments | 1 save | share | report
Fundamentals of PHP - Loops
Submitted by LogicDeck » This is the fourth tutorial in the Fundamentals of PHP series, this tutorial will cover the four types of PHP loops, the while loop, the for loop, the foreach loop, and the do loop.
Rating: 3.7/5 | 31 clicks | 0 comments | 0 saves | share | report
Fundamentals of PHP - Arrays
Submitted by LogicDeck » This is the third tutorial in the Fundamentals of PHP series, this tutorial will cover PHP arrays, and will help you progress into more advanced PHP code.
Rating: 3.7/5 | 30 clicks | 0 comments | 0 saves | share | report
Advanced User System (timezones, usergroups, online now, avatars)
Submitted by PHPwned » A very long tutorial on making an advanced user system with usergroups, timezones, avatars and "online now" system.
Rating: 4.8/5 | 69 clicks | 0 comments | 1 save | share | report
Fundamentals of PHP - Part 2
Submitted by LogicDeck » This is the second tutorial in the Fundamentals of PHP series, this tutorial will cover POST/GET variables. How to effectively use them, and how they are used in the real world.
Rating: 3.5/5 | 33 clicks | 0 comments | 1 save | share | report
Geolocate your visitors with PHP (part 1)
Submitted by The HTML blog » In this short post I'll show you how to geolocate your visitors with PHP. First of all let's have a look at what you'll need : * PEAR GeoIP * MaxMind GeoLite Country
Rating: 2.3/5 | 59 clicks | 0 comments | 0 saves | share | report
Gzip'ing your content to save bandwidth using PHP's zlib.output_compression
Submitted by PHPwned » A short explanation and a couple snippets of code on using zlib or output buffers to GZip your content (text/html, text/xml, text/plain, or whatever).
Rating: 3.5/5 | 27 clicks | 0 comments | 0 saves | share | report
Fundamentals of PHP - Part 1
Submitted by LogicDeck » This is the first tutorial in the Fundamentals of PHP series, In this brief article designed for PHP Beginners, I will be going over the fundamentals of PHP. This includes such things as the syntax, basic data output, variables, and briefly go over file ‘inclusions’ as well as best practices.
Rating: 4.0/5 | 299 clicks | 0 comments | 0 saves | share | report
Very simple jQuery AJAX PHP chat
Submitted by dabrorius » So I'm going to show you how to create an extremely simple AJAX chat using jQuery and PHP. It is not very usable but can be easily upgraded to a full featured chat. I tried to keep it as simple as possible.
Rating: 4.2/5 | 334 clicks | 0 comments | 0 saves | share | report
Simple MySQL Table Editor
Submitted by Hackosis » PHP and MySQL are one of the most used technologies on the web today. By using about 7 different script files we can add, update, and delete rows from a MySQL table.
Rating: 3.0/5 | 236 clicks | 0 comments | 0 saves | share | report