Newest PHP Tutorials

PHP Image Thumbnailer

Make a script that resizes an image to a thumbnail size
PHP and Images » avengex.com
Score(+): 4 | Views: 173 | Similar Tuts | Save it | View this tutorial

Advanced Functions with PHP

A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics » hackosis.com
Score(+): 2 | Views: 168 | Similar Tuts | Save it | View this tutorial

Non ASCII Characters with MySQL

In this tutorial you will learn how to work with non ASCII characters with MYSQL
Database » herongyang.com
Score(+): 1 | Views: 159 | Similar Tuts | Save it | View this tutorial

Accessing Form Data

This tutorial will teach you how to access form data using PHP's _POST and _GET globals
General » ronsguide.com
Score(+): 2 | Views: 124 | Similar Tuts | Save it | View this tutorial

Export Data to CSV

Learn how to Use PHP to export data to a Comma Separated Value file
General » wlscripting.com
Score(+): 2 | Views: 131 | Similar Tuts | Save it | View this tutorial

Getting .htaccess to work on AppServ in Windows

This tutorial is about Getting .htaccess to work on AppServ in Windows
Advanced » dalehay.com
Score(+): 3 | Views: 246 | Similar Tuts | Save it | View this tutorial

Alternating table row colors in a MySQL query results page

Many of website use this script to alternate their table row color that selected from mysql database, very useful and cool
Database » phpeasystep.com
Score(+): 2 | Views: 134 | Similar Tuts | Save it | View this tutorial

Sending Emails with the Zend Framework

Many PHP applications require the ability to send emails nowadays from simple plain-text emails confirming a registration to advanced HTML newsletters. PHP allows us to send emails using the mail() function but this can quickly get complex when you begin to add HTML, attachments and different character encoding.
Advanced » talkphp.com
Score(+): 2 | Views: 161 | Similar Tuts | Save it | View this tutorial

Create a member log in system with PHP and MySQl

Here I will teach you how to create a really basic login-system for use in php and mysql. The system can easily be built on to work with flash and other applications.
General » code2design.com
Score(+): 1 | Views: 143 | Similar Tuts | Save it | View this tutorial

PHP Registration System

Create a PHP based user registration system
General » blog.nightgen.com
Score(+): 4 | Views: 173 | Similar Tuts | Save it | View this tutorial

How to make clean and readable code in PHP

Keeping your code clean is essential. Therefore Combined Minds will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders.
Basics » combined-minds.net
Score(+): 3 | Views: 185 | Similar Tuts | Save it | View this tutorial

View Source Code Page

Write a script that displays the source code of a given URL
General » drquincy.com
Score(+): 3 | Views: 574 | Similar Tuts | Save it | View this tutorial

Build A Link Scraper With PHP

In this tutorial you will learn how to build a PHP script that scrapes links from any web page. The lesson covers extracting content from a site using cURL, parsing the content with PHP's Dom functions, finding links using XPath queries, and storing the links in a MySQL database. Legal issues associated with scraping content is discussed at the end of the tutorial.
Basics » merchantos.com
Score(+): 3 | Views: 188 | Similar Tuts | Save it | View this tutorial

Accessing form data with PHP

In this tutorial I will show you the basics of accessing data sent from a html form
General » webmasterstash.com
Score(+): 2 | Views: 146 | Similar Tuts | Save it | View this tutorial

FTP Upload via cURL

Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
PHP Files » web-development-blog.com
Score(+): 3 | Views: 216 | Similar Tuts | Save it | View this tutorial