Jump to content

Is it possible to validate PHP form from a separate page?


iconicCreator

Recommended Posts

yes... read my articles

http://scriptingsource.com/2009/01/form-processing-made-easy-part-one/

http://scriptingsource.com/2009/02/form-processing-made-easy-part-two/

 

change validate_form() to read

validate_form(){
require('path/to/validation.php');
}

 

there you have it

yes... read my articles

http://scriptingsource.com/2009/01/form-processing-made-easy-part-one/

http://scriptingsource.com/2009/02/form-processing-made-easy-part-two/

 

change validate_form() to read

validate_form(){
require('path/to/validation.php');
}

 

Thanks but these links are not working - DATA BASE ERROR.

IC

 

there you have it

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.