hello everyone,
i have a form:
<form name="form1" method="POST" action="append2dbase.php">
.
.
<input name="formbutton1" type="submit"
when submitted, it processes the "append2dbase.php"
which look like this:
.
.
"mysql_query(insert into dbase values(...,....,....)"
it runs ok.
all i want is a command line that would automatically redirect me to another page when finished inserting data to my database.
i know this would be simple to you guys
.
i have been scanning my php manuals but i am having a hard time looking for the right command.
thanks in advance!!!
merryXmas to all
i have a form:
<form name="form1" method="POST" action="append2dbase.php">
.
.
<input name="formbutton1" type="submit"
when submitted, it processes the "append2dbase.php"
which look like this:
.
.
"mysql_query(insert into dbase values(...,....,....)"
it runs ok.
all i want is a command line that would automatically redirect me to another page when finished inserting data to my database.
i know this would be simple to you guys
i have been scanning my php manuals but i am having a hard time looking for the right command.
thanks in advance!!!
merryXmas to all