Newest PHP Tutorials
PHP Image Thumbnailer
Make a script that resizes an image to a thumbnail size
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 »
Non ASCII Characters with MySQL
In this tutorial you will learn how to work with non ASCII characters with MYSQL
Database »
Accessing Form Data
This tutorial will teach you how to access form data using PHP's _POST and _GET globals
General »
Getting .htaccess to work on AppServ in Windows
This tutorial is about Getting .htaccess to work on AppServ in Windows
Advanced »
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 »
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 »
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 »
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 »
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 »
Accessing form data with PHP
In this tutorial I will show you the basics of accessing data sent from a html form
General »
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.






