Page 1 of 1

Can PHP write into the address bar?

Posted: Sun Feb 20, 2005 7:10 pm
by voltrader
I have a hidden reference number embedded in a form. I would like to have this reference number passed to the url as a GET variable. Can PHP do this?

Posted: Sun Feb 20, 2005 7:12 pm
by Chris Corbyn
Use javascript... or of course just redirect if you have it stored as a var somewhere in your php code.