Forum: PHP Sep 16th, 2005 |
| Replies: 8 Views: 28,710 Here's an example from Chris' suggestion
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Submit Form example from... |
Forum: PHP Sep 16th, 2005 |
| Replies: 8 Views: 28,710 I think you have some confusion about a normal url, a get form and and post form
a url such as index.php?page=whatever simulates the results of this get form
<form action='index.php'... |