Hello,
I am very new to php and html and i am hoping someone out there can help me. I am running php 4.02 on windows 2000 using IIS as a webserver and mysql as a database.
When trying to insert data into the database the php doesnt seem to pick up the $submit value to go into the condition and insert the data.
Thx
-Genghis
Code:
if($submit)
{
InsertClanInfo($Tag,$Name);
}
else
{
<form method="post" action="<?php echo $PHP_SELF?>">
Tag:<input type="Text" name="Tag"><br>
name:<input type="Text" name="Name"><br>
<input type="Submit" name="submit" value="Enter">
</form>
} // end if