Archive for October, 2007

Adv. Web. AS07: String Processing

Tuesday, October 30th, 2007

Here is my version of Assignment 07. You can use this to test YOURS and make sure it works. It comes with default text on the form, but you can change it to whatever text that YOU would like to test :-)

Click HERE to visit my As07.

Adv. Web, Random Example

Tuesday, October 16th, 2007

Random Dice

Examples of the rand() and mt_rand() PHP functions can be found HERE. mt_rand() just uses a different method to calculate random values. Supposedly, it is “4 times faster than rand()“.