PDA

View Full Version : Get variables in PHP?


marcus
09-04-2005, 11:08 PM
Ok... I'm confused? How does on get variables in PHP now?
Ever since this security thing nothing has been working right!
How come $_get['var'] no longer works? Isn't that more secure then alternative?

Bumppo
09-05-2005, 03:05 PM
Try $_GET?

BihiraJonathan
09-05-2005, 11:45 PM
Do you get a 500 error, when trying to put that code? If not, then it isn't the security hampering you.