[PHP] Re: How to destroy a $variable

2001-08-08 Thread Richard Lynch
Don't set them to empty at the bottom of the file. Do it right after the INSERT to the database, and put the FORM below that. An unfair restaurant-recommendation script: \n"; } else{ $name = ''; } ?> -- WARNING [EMAIL PROTECTED] address is an endangered species -- Us

[PHP] Re: How to destroy a $variable

2001-08-04 Thread James Tan
hi gerald, ok.. u could assign values to form input... eg: $myname= ""; > ok.. for the thank you? simply do a if syntax to check if it's been submited... and put in a alert for ur javascript.. eg: ... alert("thank you for your submittion..." ) ; hope it works :) Gerard Samuel wrote