HELP!!!!!!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
andrewt
Forum Newbie
Posts: 11
Joined: Fri Aug 08, 2003 8:18 am
Location: Sydney, Australia

HELP!!!!!!!!

Post by andrewt »

Here's something for EVERYONE TO PLAY WITH....

Can everyone PLEASE PLAY with this form.

I need to test the form validation.. + some ip-country functionality..

the site is :

http://www.healthsurely.com/signup.php

PS. Also can you let me know abt the load for this site?
Is it responding well on your browser?
The page loading speed .

Thanks you so much!!
Andrew
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

If you would like to benchmark your code, you may find this PEAR-class handy.

I only used it once, and it did the job (wasn't too complicated).
User avatar
Seth_[php.pl]
Forum Commoner
Posts: 30
Joined: Sun Aug 10, 2003 5:25 am
Location: Warsaw / Poland

Post by Seth_[php.pl] »

Or use PEAR::PHPUnit to validate your class.
Post Reply