scuba
12-18-2002, 11:51 PM
I think everything is setup properly and it seems to work. However when I try something like passing variables through a form the variables do not pass. For example:
In one file I have:
<tr>
<td>
<form method='POST' action='item.php'>
<table cellpadding=0 cellspacing=5 border=0>
<tr>
<td><font face=verdana size=2>Enter Account ID:</td>
<td align=left><INPUT TYPE='text' name='AccountID' size='6' maxsize='6'></td>
<td><INPUT TYPE='Submit' name='Submit' value='Submit'></td>
</tr>
</table>
</form>
</td>
</tr>
in the item.php file I call this variable like this:
<?
echo("$AccountID");
?>
Nothing displays though. Information is php tags will display, so it processes that much, but I cannot pass variables. The code looks correct so I'm thinking it's a configuration issue. Can anyone at all help me here?
Thanks,
Scuba
In one file I have:
<tr>
<td>
<form method='POST' action='item.php'>
<table cellpadding=0 cellspacing=5 border=0>
<tr>
<td><font face=verdana size=2>Enter Account ID:</td>
<td align=left><INPUT TYPE='text' name='AccountID' size='6' maxsize='6'></td>
<td><INPUT TYPE='Submit' name='Submit' value='Submit'></td>
</tr>
</table>
</form>
</td>
</tr>
in the item.php file I call this variable like this:
<?
echo("$AccountID");
?>
Nothing displays though. Information is php tags will display, so it processes that much, but I cannot pass variables. The code looks correct so I'm thinking it's a configuration issue. Can anyone at all help me here?
Thanks,
Scuba