1 2 3 4 5 6 7 8 9 10 11 Next
|
|
Tutorial that will show you how to create a login script using PHP 4 and the PEAR::DB classes. Fully functional login script included. More info |
|
|
|
|
|
Most interactive websites nowadays require data to be presented dynamically and interactively based on input from the user. For example, a customer may need to log into a retail website to check his purchasing history. In this instance, the website would have stored two types of data in order for the customer to perform the check - the customer?s personal login details; and the customer?s purchased items. This data can be stored in two types of storage - flat files or databases. More info |
|
|
|
Chances are that if you?ve been around the Internet long enough, you?ve heard of server-side scripting languages such as PERL, ASP and ColdFusion. These are all popular languages that are used to add interactivity to Web sites, but one stands out from the crowd in terms of usability, power, and, yes, price: the PHP scripting language. More info |
|
|
|
I have always believed that the most fun way to learn a new programming language, whether it is a language like C or a scripting language like PHP, is to use it to write a real-life useful program. Of course this is not the most systematic method of learning, but it works well if you already have some background in programming. More info |
|
|
|
This tutorial, from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. More info |
|
|
|
Today, we're going to learn three easy things: redirection, mail sending, and form submission. When we finish with that, you will know how to put those components together and create an autoresponder. Because if you think about it, that's all an autoresponder does. Somebody enters in their e-mail address, are sent an e-mail message, and then are redirected to a new page. More info |
|
|
|
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function. More info |
|
|
|
Introductory tutorial to help you create your first database enabled website. More info |
|
|
|
The lessons provided in this PHP/MySQL tutorial are short and simple. You'll learn to create and manipulate a simple database of names and birthdates. More info |
|
|
|
Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how! More info |
|
|
| 1 2 3 4 5 6 7 8 9 10 11 Next |