Hi, Sorry, I think this is an easy question but I'm a Web Designer not Developer and cannot find an answer to this question.
I'm designing a website for a client (a photographer) who wants her clients to proof their photos online.
I setup a website through simplescripts and a web script called ZenPhoto.
Each album is available by typing http://www.domain.com/proofs/album/album-id (I.E.) 123456789
I want to setup a form that sends the album-id and redirects them to the correct page.
Here's what I mean:
User clicks the Proofs link and is brought to a page with a form that says:
Please enter your Album ID: Text Field (named album) and a Submit Button.
Ideally when they click submit they would be redirected to http://www.domain.com/proofs/$album (What they entered in the text field). How do I set this up?
Please make it as simple as possible as I am new to PHP.
Thanks to anyone who can help me out!
- Nick
|