Thank you. It was the king of advice that I needed,
because I was unaware of the existence of this
parameter.
I was struggling with the lack of mysql support when I
tried
to use the new RedHat 9. When I finally solved that 
problem, I became confused with the inability to
transmit
variable values through the POST method, that is why I
asked for help. Now I can help others with the same
dilemma.
Thanks, indeed.
<p>
--- John Nichel <[EMAIL PROTECTED]> wrote:
> Mario Miyojim wrote:
> > I am trying to revive an existing LAMP system.
> > I recently installed RedHat9. I had several LAMP
> > applications
> > working under RedHat 7.1, but now they don't
> function 
> > properly. 

> 
> Chances are, register_globals was on with your old
> installation, and now 
> it is off by default in php.  Either turn it on in
> the php.ini 
> (not-recommended), and restart your webserver, or
> rewrite your code to 
> work with globals off (recommended).  Things like
> $PHP_SELF would now 
> be, $_SERVER['PHP_SELF'].
> 
> Look here....
> 
> http://us3.php.net/register_globals
> 
> Also, you'll get more help with an item such as this
> from a php mailing 
> list.
> 
> -- 
> By-Tor.com
> It's all about the Rush
> http://www.by-tor.com
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to