It seems like data from an html form doesn't get passed to the php script. For example, if I had a form tag like this:
<form method="post" action="script.php"> Then script.php wouldn't have any of the variables. <input type="text" name="test"> So $test would be blank (=""). Why does this happen? I think it is something wrong with my Apache webserver. Anyone know? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php