Posts: 233
Name: Vicky
Location: Brit in Bulgaria
|
New Year's Resolution: Learn PHP
I've made a few attempts at learning PHP recently, half-heartedly. NYR is to study it properly... I've ditched the Dummies book and have started with "Beginning PHP5" by Dave Mercer.
So far so good, but I have just got to a bit about the settings register_globals = Off
I have PHP5 on my website hosts' server, (so thankfully I didn't have to brave the set-up process), but how can I find out what this setting is since it's not on my own server?
I have tried to use bits of script before which did not work, and a quick google suggested that it would be because the register_globals setting was not right for the program. But I can't remember which way it was supposed to be!
I am loathe to go any further with the book if the code won't work unless I can access this setting, as I can't.
Contacting my web host to ask them is really a last resort as I use a Bulgarian company, and the chances of me understanding the answer to this question in English are slim, in Bulgarian I stand no chance! 
|