index.htm:
<a href="next.php?test=hallo">Test</a>
next.php:
<?php
echo $test; // gibt "hallo" aus
?>
nicht schwer oder?
MfG
Michael Wölk
index.htm:
<a href="next.php?test=hallo">Test</a>
next.php:
<?php
echo $test; // gibt "hallo" aus
?>
nicht schwer oder?
MfG
Michael Wölk