Advertisment
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting...
Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.
Views: 837 | | by Troy
PHP - Security
Fetch (retrieve) a specific MySQL row and display it in a simple table.
Ever want to display the tips from the W3C page? Well now you can!
How you can make a pretty cool html table generator, so that you can show off your excel files, since Excel outputs pretty messy...
Small flash video showing how to debug your Php code with phpED
Prevent a common php warning with this tutorial without change the php.ini file
A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing...
A nice, easy to use guide to cron jobs, and create a script which automatically generates a backup of your database weekly!
This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this...
This tutorial will show you how to make a simple real visitor counter. It's mean that when someone comes and browse your site or refresh your...
Views: 909 | | by Slicer
PHP - Counters
Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc.
If you run a content driven web site, even a blog, one problem you might find is getting content. A great free source of content is RSS Feeds....
Send a PDF (or any other file) as a mail attachment using MIME.
Functions are the robots of any programming languages and in PHP they just the same. They are mainly used to make code reusable and easy to read....
We just introduced functions, now along with functions comes Scope of variables. In common day terms, let me try to explain scope. If you have 4...
We have been displaying information as we have progress through these tutorials, now we are going to take a step back and look in some detail about...
The Variable Naming standard you choose, can be anything you want, bearing in mind that different languages have restrictions on what can be used...
When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the...
Views: 576 | | by Tutorial
PHP - Development
A detailed XML processing tutorial with examples for beginners.