View Single Post
  #17 (permalink)  
Old 04-21-2008, 02:33 AM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 969
Last Blog:
Programming "Just a ...
Credits: 1
Rep Power: 11
phpforfun has a spectacular aura aboutphpforfun has a spectacular aura about
Default Re: Register Globals

well I just tried to change my code with the globals off, and it gets way too complicated, most of my site would be using $_GET, but then for a few things it uses $_POST, such as sending in a testimony, or signing up on the site.

They may take that function off in php6, but the code I posted to emulate it would still work
Reply With Quote