Posted by David Quinton on 12/22/07 07:41
On Fri, 21 Dec 2007 14:41:42 -0800 (PST), larry@portcommodore.com
wrote:
>Register Globals on/off on different servers usually munges code you
>had working on the other.
That was what I though too.
Can be verified by a phpinfo()
But would be better to replace the:
if ($f==0){
etc
with
if ($_GET['f''==0){
rather than enable register_globals IMO
--
Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>
[Back to original message]
|