Forum: PHP Mar 4th, 2008 |
| Replies: 7 Views: 634 |
Forum: PHP Jan 16th, 2008 |
| Replies: 10 Views: 1,084 hi
i tried both the below codes.
it is displaying the text box id,but not the user input
if (isset($_REQUEST['Submit']))
{
echo $_SESSION[tboxes];
for($i=0;$i < $_SESSION[tboxes];$i++)
{... |