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

2004-12-24 Thread amol patil
hallo, thanks for reply, but code is like below , i want comment in echo statemets to executed on same page(without pages original contenti.e only echo comments )or on new pages how to link new pages in php, after clicking submit also. [these first two echo statements are giving parse e

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 ex

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 pa