View Single Post
  #12 (permalink)  
Old Sep 21st, 2005, 14:08
benbacardi's Avatar
benbacardi benbacardi is offline
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
you still need to change that line to

Code: Select all
$form ="<div id=\"reg\"><form name=\"form1\" method=\"post\" action=\"".$_SERVER['PHP_SELF']."\">";
it may be that the two different servers are running two different versions of PHP, and it's likely that the php.ini files are configured differently.
Reply With Quote