View Single Post
  #5 (permalink)  
Old 07-15-2006, 01:32 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,559
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

You can always extract the data as well. Do this at the top of your scripts

PHP Code:
if(!empty($_GET)) extract($_GET);
if(!empty(
$_POST)) extract($_POST); 
Works as if register_globals was set to ON
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote

Sponsored Links