Thread
:
Please help! i'm really stuck!! Pleaseee
View Single Post
#
7
10-22-2004, 04:25 AM
pmstudios
Senior Member
Join Date: May 2004
Posts: 133
Looks like you're not specifying $action to be a GET variable
Add this to the top of your php file:
Code:
$action = $_GET['action'];
Otherwise it's being treated as a POST variable
__________________
X-Cart 4.0.5
MySQL: 3.23.58
PHP 4.3.2
pmstudios
View Public Profile
Send a private message to pmstudios
Find all posts by pmstudios