I expect this has been asked a million times already. What is the current recomendation?
| SitePoint Sponsor |

I expect this has been asked a million times already. What is the current recomendation?
The current recommendation is Off, this is because it's "easier" to write secure scripts with it Off, and that's the default in PHP from now on.
Who walks the stairs without a care
It shoots so high in the sky.
Bounce up and down just like a clown.
Everyone knows its Slinky.



That and globals are just plain evil!

I am wanting to install a (ready-made, coz I'm duff at programming) php guestbook. I downloaded many and tested them locally. Most of them only work if I set register_globals=On. What a pity.
add this to an .htaccess file then.
Code:php_flag register_globals on
Bookmarks