Hello,
i moved some scripts from one server to an other server (not my own, but
on different service providers).
The next script is not working anymore, i can't send a variable with a <a
href> command. Does anybody know why???
The file TEST.PHP:
<html>
<body>
<?php
print ("Var is $var");
?>
<a href="test.php? var=1">testlink </a>
</body>
</html>
Greetings Igor
i moved some scripts from one server to an other server (not my own, but
on different service providers).
The next script is not working anymore, i can't send a variable with a <a
href> command. Does anybody know why???
The file TEST.PHP:
<html>
<body>
<?php
print ("Var is $var");
?>
<a href="test.php? var=1">testlink </a>
</body>
</html>
Greetings Igor
Comment