Have you tried a print_r($row_ads); to check that your array is actually
populated with all the data you are expecting it to be populated with?
That being said I would expect to see the html in your source even if
those fields in the array were blank
Mark
"[EMAIL PROTECTED]" <[EMAIL PROTEC
You haven't closed your form tag which is causing it to all go wrong.
Here is some working code for you:
Your name:
Your age:
action.php:
Hi .You are
window.alert('You must complete both fields');
You would probably find