On Tuesday 11 June 2002 14:04, George Pitcher wrote: > Suman, > > Firstly, it's a bit longer than necessary. > > Make your form a 'POST' rather than 'GET' and you'll hide your query and > > <?php > echo $fname; > ?> > > will then be the equivalent.
That requires 'register_globals' to be enabled, which for security reasons should be disabled, and is disabled by default on php 4.1.X and above. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Pecor's Health-Food Principle: Never eat rutabaga on any day of the week that has a "y" in it. */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php