Menu

#3 test.php - error

open
nobody
None
5
2004-09-14
2004-09-14
Anonymous
No

line 46 is:
$action = $_POST['action'];

should be:
$action = $_GET['action'];

becaue of this error test.php script is almost useless,
hardly any text link works.

Discussion


Log in to post a comment.