- PHP Form Tutorial - Validates Data

Tutorial on create a simple form that will validate the user input using PHP. This tutorial assumes the audience knows how to create a working form and discusses more of the PHP code required.
- Error while connect to network services in PHP

Error when you connect to network service is another runtime error in PHP.
When you connect other machines using a network we can imagine how the other hardware fails.
- Call to undefined function and wrong parameters in function.

In this tutorial we will discuss runtime errors in PHP caused by functions.
If your script call to undefined function or the function does exist, but the number of parameters is wrong you will receive an error.
- Runtime errors in PHP

In a previous tutorial we discussed PHP syntax errors description , and now we will talk about Runtime errors in PHP.
- PHP syntax errors description

Every programming language has number of rules, called syntax, which must be followed in the constructions in order to be valid.
- Complete PHP CURL, JSON and Google Maps API Example

The aim of this tutorial to show how you can combine, CURL, JSON and the Google Map API to create a widget that displays your browser position (internet connection) on a map.
- PHP script sending with external SMTP authentication

In my work I often have clients calling with the following statement: "My PHP script which is sending with external SMTP authentication is not working.
- PHP Errors, Warning, Notices

Did you receive this kind of PHP errors or something similar ?
Parse error: syntax error, unexpected T_ECHO in .
- PHP GD Display Watermark with PNG Alpha Blending

If you have a web gallery with truly your copyrighted image like photography, paintings, illustrations, drawings, etc.
- PHP GD Image Resize to Create Thumbnail

When we work on some website where the user or administrator of the website can upload new images by some CMS (Content Management System), we can think on this, how the pictures will be organized.
- Upload Files with PHP

With PHP, you may already know, it is possible to upload files on the server with PHP. This lesson will show you in detail how this can happen.
- Check MySQL database connection using PHP test script

As a tech I’ve been in situations when a database is not working or the connection to it is interrupted.
- Coloring PHP code output in text

The subject of this tutorial will be how PHP code can be colored when you publish it within page text.
- Reading a file in PHP

Reading a file in PHP
This tutorial continues from PHP working with files – open file where we discussed the function ‘fopen()’ as well its parameters.
- PHP working with files. Open file

PHP provides real comfort when you are working with files. It does not matter whether they are on the local server ‘localhost’ or on a remote server.
- Limit Characters From Your Text

.
- Empty Directories from the files

.
- 5 Tips to Write Shorter PHP Code

Writing short, concise code is vital when you begin working with other programmers or take on a several month project.
- IP Location with PHP

I was thinking.. I haven't posted any tutorials lately so I was thinking I could make something useful today.
- PHP 5: MySQLi Prepared Statements

This tutorial will guide you through creating MySQLi prepared statements. MySQLi is an extension/API for PHP that is also know as MySQL Improved.
- PHP Coding Tips and Tricks

In this post I will show and share to you some of the tips in php that will make your code more cleaner, faster and flexible.
- Beginning PHP-GTK: Creating a Simple Interface

This tutorial will guide you through creating a simple PHP-GTK Graphical User Interface (GUI). The tutorial assumes that you already know PHP5 and will not cover beginning PHP or programming development.
- Unix time converter online

Free online unix time to date and visa verse conversion tools.
Ease way to convert unix time stamp do date and date do unix time stamp.
- How to convert/encode files to FLV using FFMPEG and PHP

So, as I’ve written in an earlier article on how to install FFMPEG on your server, while there are those who probably use a “YouTube Clone” script, there might be those who want to create their own using FFMPEG & PHP.
- Simple File or Image Uploads Using PHP HTML

.
- PHP Array Sort

Like in any other programming language PHP can work with arrays. PHP Arrays can be two, tree or more dimensional.
- Create PHP Testimonials

Many websites have special section for displaying Testimonials and other greetings from visitors, users, clients, partners, etc .
- How to make "Page Load Time" stopwatch on PHP

All of us have seen "Page Load Time: 0.327 sec." at the bottom / footer in some web sites. This is not required for the right functioning of the web site, but gives good idea what performance we can expect from this web site and web server when the traffic grow up.
- How to use PHP while operator

This tutorial will show you how to use PHP while operator
while loops are the simplest type of loop in PHP.
- PHP info

This tutorial will show you how to display Apache PHP configuration.
It is useful in cases when you are going to install a particular application which needs specific requirements like register_globals or long_array turned On or Off.
- Send header to browser with PHP

This tutorial will show you how to send header to the browser with PHP.
Headers is the first part of http communication which receive client web browser.
- Working with PHP Arrays

.
- PHP - Step by Step

PHP is an HTML-embedded scripting language. Much of it's syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in.
- Sending e-mails with PHP mail() function

You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site.
- Working with PHP functions

Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in our PHP project will grow up with more lines of code.
-