In message <[EMAIL PROTECTED]>, urs_umar86 <[EMAIL PROTECTED]> writes >Actually i am new in php and mysql. >i want to display an error on the same page when any validation check >can occur or i want to display on the top of the page with * mark on >the effected field. >please send me a proper code and a little bit explaination about that > >Thanks in advanced
Make the form call the page on which it appears, and if there are errors, then re-show the form with the error messages, and if there are no errors, show the next section. -- Pete Clark Sunny Andalucia http://hotcosta.com/Andalucia.Spain
