I have an application I am building where a user logs on and is directed to a page allowing them to enter in some information to be submitted. When the user registers they can pick their default location and I have that set in a $_SESSION variable. On the page they are going to, I need to have a drop down box with all the location options in it, which I have. What I need to do is when they goto that page, I want the drop down box to default to their default location in the $_SESSION variable..
In a nutshell, drop down box lists all options, but I want the first option to be their default location. Drop down box is built from an array in PHP.
In a nutshell, drop down box lists all options, but I want the first option to be their default location. Drop down box is built from an array in PHP.