View Single Post
  #11  
Old 10-22-2004, 12:22 PM
  Gijs's Avatar 
Gijs Gijs is offline
 

eXpert
  
Join Date: Aug 2004
Location: Belgium
Posts: 295
 

Default it's friday night and I'm p*ssed again

Quote:
Originally Posted by pmstudios
Looks like you're not specifying $action to be a GET variable. $action = $_GET['action']; Otherwise it's being treated as a POST variable
That is it: it a $_post

Code:
method=post
At the limit you could use $request, but i think the problem with the it has nothing to do with it.
Unless it's an x-cart feature

I've receieved the 3.5x code from x-online and try to reconstruct this for 4.xx tomorrow ... at least when I'm sober
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote