Re: [PHP-DB] want to execute comments on new pages after clicking submit.

2004-12-24 Thread amol patil
hallo, i wrote this echo Submit = $submit; before 'if statement' but , the sentences in echo statements are executing on same pages , showing original page with these echo statement. i want to execute , some comments and tables on same page(without original contents) or on new

Re: [PHP-DB] want to execute comments on new pages after clicking submit.

2004-12-24 Thread graeme
The purpose of putting the echo Submit = $submit; is to find out what is happening with your code. Once everything is working correctly they will be removed. What you need to find out is what is being held in the variable submit when you move from one page to the next, a point when you are