I am doing this with mixed results:
mydomain.com/dir/action.php?mode=new
----
I have two domains with the same hosting company, on one this works ($mode == 'new') and on the other it doesn't (isset($mode) == false). The pages are otherwise identical!
Any clue as to why this is so???
mydomain.com/dir/action.php?mode=new
----
I have two domains with the same hosting company, on one this works ($mode == 'new') and on the other it doesn't (isset($mode) == false). The pages are otherwise identical!
Any clue as to why this is so???