eglwolf Posted May 14, 2007 Share Posted May 14, 2007 What is the best solution to add non-cart pages to my site that are for sites with register_globals disabled? Link to comment Share on other sites More sharing options...
b101aa2 Posted May 14, 2007 Share Posted May 14, 2007 Dunno about creating non cart pages, other then just make a new page like any other webpage, but Register Globals disbabled is another story. If your host has globals shut down, which seems to be a growing trend, you need to create a php.ini file. Step 1. Create a new text file and rename to php.ini (not .txt) It will then change to an ini file, which can still be editted by notepad. Step 2. Type into the php.ini file: register_globals = On Step 3. Save file and upload to all primary directories of your cart/site. Main directory, admin, etc. This will turn you globals on, but not the host server itself. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.