View Single Post
  #7  
Old 10-22-2004, 04:25 AM
 
pmstudios pmstudios is offline
 

Senior Member
  
Join Date: May 2004
Posts: 133
 

Default

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
Reply With Quote