form action question
Posted: Wed Jan 12, 2005 3:11 pm
My index.html include a form, the code is like:
<form action="process.php" ...>
However this will redirect my current page index.html to process.php. I just want to use the php file to process the data which are extractted from the form in index.html and I want the index.html stays still. Anybody can tell me how to do this?
I am totally new in php, thanks a lot in advance.
<form action="process.php" ...>
However this will redirect my current page index.html to process.php. I just want to use the php file to process the data which are extractted from the form in index.html and I want the index.html stays still. Anybody can tell me how to do this?
I am totally new in php, thanks a lot in advance.