 |
Simple Search Engine with PHP and MySQL
There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need.
I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.
More Info - Visit
|
 |
Easily Format JSON using PHP and Interpret using J
As many clever sods across the world no doubt know, AJAX stands for Asynchronous Javascript and XML. However, there is an alternative to using XML with AJAX, there is JSON. Although JSON was essentially created for AJAX, it is widely considered language dependent because it outlines a set of rules for semantically correct communications.
More Info - Visit
|
 |
Simple Email Contact Form
A simple email contact form using php and mail(). Downloadable code.
More Info - Visit
|
 |
Working With Databases In PHP
A complete beginners guide into just how to connect to SQL databases using PHP, and then display your information - also contains some further database tips.
More Info - Visit
|
 |
A blog in 20 minutes with CodeIgniter
A 20 minute tutorial teaching you how to build a blog with the CodeIgniter Php Framework.
More Info - Visit
|
 |
Paypal IPN - Receiving instant payments on your we
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.
More Info - Visit
|
 |
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.
More Info - Visit
|
 |
Advanced PHP: How to use the Singleton Design Patt
The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one. It's an easy pattern to grasp once you get past the strange syntax used.
More Info - Visit
|
 |
Tutorial: Create a zip file from folders on the fl
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
More Info - Visit
|
 |
How to secure your scripts
In this tutorial you'll learn how to secure your scripts against SQL injections. Detailled explanation and good end result!
More Info - Visit
|