I have written quite a large script, which works perfectly on my PC, however it doesnt seem to want to do anything when i upload it.
The first problem i noticed is that IsSet($_GET['action']) doesnt like http://myurl/script.php?action it must be ?action=something instead. That only doesnt work when i use a link though, when i have a hidden field in a GET form, it works fine.
Why is this?
Thanks!