Code: Select all
$text_input = "black+eyed";
print "
<a href=\"zoog10.php?my_variable=$text_input\">GO!</a>
";
Code: Select all
$num = $_GET['my_variable'];
Moderator: General Moderators
Code: Select all
$text_input = "black+eyed";
print "
<a href=\"zoog10.php?my_variable=$text_input\">GO!</a>
";
Code: Select all
$num = $_GET['my_variable'];