View Single Post
ast3r3x
25 chars of wasted space.
 
Join Date: May 2004
Send a message via AIM to ast3r3x  
2007-12-14, 00:52

Quote:
Originally Posted by Brad View Post
Don't worry about it, though. Short of this one concern, everything is probably set up just fine.
Yes, I didn't mean to imply it was a bad host, I just haven't seen a host lately that has it on, so I was surprised. Perhaps I picked the wrong smiley

Sorry, I should have explained, but Brad took care of it. You should still look into if you have access to create your own php.ini on your shared host, I've had the ability to do that on several hosts I've had.

The only real thing you should have to worry about is to initialize or verify the content of your variables. I'd suggest just not using them as register globals is off by default in PHP 5 which is starting to become the standard as PHP 6 is in the works and support for PHP 4 is going to be stopping in the near future I believe.

I'd check out php.net and google to check out some examples of how to properly code with register globals on.
  quote