Newest PHP Tutorials

Taking a Bite Out of the Set Cookie Function

It's perhaps common knowledge these days as to what a cookie is. A cookie sits client-side in a user's browser and is sent to the server when the page is loaded. Cookies, however, can go a little deeper than just setting and receiving.
Basics » talkphp.com
Score(+): 3 | Views: 115 | Similar Tuts | Save it | View this tutorial

Integrate RSS feeds to your page with PHP

In this tutorial you can learn how to integrate RSS feeds to your page with PHP
Advanced » rssarticles.itstyle.net
Score(+): 4 | Views: 218 | Similar Tuts | Save it | View this tutorial

Check your server status

In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a ping command with PHP.
Advanced » phptoys.com
Score(+): 3 | Views: 137 | Similar Tuts | Save it | View this tutorial

Importing CSV data into MySQL with a PHP script

How to import CSV data into MySQL with PHP script
Database » chipmunk-scripts.com
Score(+): 4 | Views: 166 | Similar Tuts | Save it | View this tutorial

Learn symfony: a Beginner's Tutorial

With the release of symfony 1.0, it's time for those who haven't tried it yet to see what's inside this beautiful framework. Stable, fully documented, and released under the open-source MIT license, symfony is used by hundreds of web sites, including some very large ones (Yahoo! Bookmarks, with its 20 million-strong user base, is built with symfony). If you haven't taken the time to look at the introductory screencasts on the symfony project website, this simple tutorial will lead you through th
Advanced » sitepoint.com
Score(+): 1 | Views: 126 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 5 | Views: 266 | Similar Tuts | Save it | View this tutorial

Fetch MySQL Row

Fetch (retrieve) a specific MySQL row and display it in a simple table.
Database » scriptplayground.com
Score(+): 3 | Views: 276 | Similar Tuts | Save it | View this tutorial

Select Distinct

A nice-to-know function
Functions and OOP » gfx-depot.com
Score(+): 2 | Views: 155 | Similar Tuts | Save it | View this tutorial

Article Preview

Learn how to display a portion of an article as a preview
General » haugland.ca
Score(+): 0 | Views: 86 | Similar Tuts | Save it | View this tutorial

Simple login

A very simple login script tutorial
General » gfx-depot.com
Score(+): 4 | Views: 189 | Similar Tuts | Save it | View this tutorial

Paypal IPN - Receiving instant payments on your website

Instant Payment Notification allows you to integrate your PayPal payments with your website's back-end operations, so you get immediate notification of payments. This tutorial explains how to use Paypals IPN system with a single item purchase.
General » designertuts.com
Score(+): 4 | Views: 172 | Similar Tuts | Save it | View this tutorial

Simple Password Protection Script

In this tutorial I will teach you how to make a very simple text based password protection script.
Security » 13dots.com
Score(+): 3 | Views: 164 | Similar Tuts | Save it | View this tutorial

Link Verifier

Using sockets check whether and link input by a user is working or gives a 404 error, many uses in many websites. Don't let users submit 404 links anymore!
Advanced » tutorialcode.com
Score(+): 3 | Views: 158 | Similar Tuts | Save it | View this tutorial

Minimal Sanitation Techniques

Whenever you input data into the database, it must be sanitized. This is simply not an option. Not doing so leaves room for various exploits and attacks.
Security » forum.nystic.com
Score(+): 0 | Views: 87 | Similar Tuts | Save it | View this tutorial

Passing Arrays by Reference

Learn how to pass arrays by reference in PHP
General » code2design.com
Score(+): 1 | Views: 193 | Similar Tuts | Save it | View this tutorial