Hi guy
I've been having a weird situation for a couple of day...
I have this button that is suppose to pass parameter in the $_GET array but it doesn't.
Here is the code:
<html>
<body>
<form action="test.php?action=test" method="get">
<input type="submit" value="Test"/>
</form>
</body>
</html>
what happens when clicking on the button is that the test.php
page is loaded, but no parameter e.g. action=test are found neither in the url nor in $_GET...
Thanks in advance for your help
Silh