DELOCH
06-16-2006, 10:32 PM
Hello, I recently had no trouble with PHP except now I figured out XAMPP does not let me use Server variables
ex(page1.html):
<form action="page2.php" method="get">
<input type="text" name="name"/>
<input type="submit" />
</form>
ex(page2.php):
<?php
echo ("Your username was: ");
echo ($name);
?>
nothing happens!
help please :\
ex(page1.html):
<form action="page2.php" method="get">
<input type="text" name="name"/>
<input type="submit" />
</form>
ex(page2.php):
<?php
echo ("Your username was: ");
echo ($name);
?>
nothing happens!
help please :\