RE: [PHP] Re: poor HTML syntax crashing (!) netscape

2001-07-08 Thread Nick O'Reilly
you could also try http://css.nu/pointers/bugs.html if you are using style sheets Nick At 09:08 8/07/01 -0400, you wrote: >Even better, to save Dave some time, go to www.w3c.org They have an html >validator there...it's strict, but that's the point... > >jack > >-Original Message-

Re: [PHP] Using PHP Variables with a Header

2001-07-09 Thread Nick O'Reilly
the way i would do this is to have the form validation on the same page as the form and when user input has been validated the require another script (keeps global variables) you could try something like this user_input must = ok "; } ?> hope this helps nicko At 05:10 9/

Re: [PHP] Using PHP Variables with a Header

2001-07-09 Thread Nick O'Reilly
i have attached the below script to stop the html being parsed is there another way around this? At 11:01 10/07/01 +1000, Nick O'Reilly wrote: >the way i would do this is to have the form validation on the same page as >the form >and when user input has been validated the r