|
Sessions and cookies. Iin the web development world they are very important functions of interactive design! The difference between sessions and cookies, though, basically revolves around where the variables are stored. Author: Biorust Code: PHP 5.0 |
So you want to create a guestbook but you don't have a database like MySQL at your disposal? Then this tutorial might come in handy. The things you'll need are Flash, a PHP script and the XML file that will hold your data. Author: Kirupa Code: PHP 5.0 |
PHP is the popular scripting language that many Web sites use to create dynamic pages. For example, this site's forums are largely dependent on PHP and its ability to fetch and post data from various sources such as a mySQL database. Author: Kirupa Code: PHP 5.0 |
Regular Expressions are present throughout many, many different languages, and can sometimes be a hassle to deal with. Regular expressions can be used to validate VALID email addresses, VALID phone numbers, VALID website urls Author: Borednerd Code: PHP 5.0 |
|  | |
A common problem that the early programming languages had was that there was no way of storing or reusing a piece of data throughout a program. With the introduction of variables, that problem was solved. Author: Kirupa Code: PHP 5.0 |
Virtually every Flash web site ever created has a menu of some sort in it. Most are quite simple, possibly just a row of buttons. Others, however, are more complex, offering not just buttons but also incorporating submenus via drop-down as well. Author: Kirupa Code: PHP 5.0 |
In Part 1 of this tutorial, we covered the basics of our Form Validation Class. In Part 2, we will get our hands dirty in creating the remaining useful Class Methods that will instruct the Class which form fields to validate and how to validate them. Author: Biorust Code: PHP 5.0 |
|  |  |
This is a fairly simple technique that uses a simple setup that will send variables from a Flash movie to a PHP script, and then that PHP script will print the variables out. First you need to set up the input boxes. Author: Kirupa Code: PHP 5.0 |
Are you getting bored with standard PHP functions? Do you want to venture into additional libraries of PHP code? If so, GD is an additional module that allows the programmer to develop graphics using PHP. Author: Biorust Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|