Advertisment
An great way to create a quiz on your website, easy to manipulate.
Installing Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45, phpMyAdmin-2.10.2 on Windows XP.
There are hard and easy ways to work with dates in PHP. Here is the hard and the easy way to get 'yesterdays date'.
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.
How to use Paypal's IPN system with a simple single item purchase.Instant Payment Notification allows you to integrate your PayPal payments...
Views: 947 | | by Marry
PHP - E Commerce
Redirect the user to a different page depending on what time of the day it is.
Learn by examples how to manipulate your database using PHP
Learn how date() function works, handles and how to format it for your needs.
Very informative infromation when firt learning Databases with PHP.
This quick and easy tut will show you how to trick email bots from exploiting your email form.
In this tutorial you will learn the basic way of opening and closing a text file using PHP.
In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the...
To get PHP and Apache installed use Xampp. Then introducing some basic coding with PHP
I have several tasks throughout the day that require entering repetitive commands through a telnet session. PHP Telnet is a PHP script that will...
Views: 916 | | by Tutorial
PHP - Networking
In this tutorial I will teach you how using dreamweaver you can link to a specific category in your php database.
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display...
Views: 551 | | by Isac
PHP - OOP
Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it doesn’t...
Create a script that randomly selects and image and displays it.
In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we...
Covering the basics of databases. Databases are a means to store data. Many dynamic websites are database driven because it means the data can be...