I have produced a Web Site which has a Secure Area within it but my PHP skills are limited. Would it be possible, within that secure area, to using a 'Form' textarea which when someone put in their name they are linked to a web page for them personally. If it's possible I can then research it if not I won't be wasting my time. Any help please.
So what you want to do is have a form where they put in their name, then when they submit it it takes them to a url with their name in?
Not having much success with the coding. My textarea is accessing the PHP but it is not re-directing to any http. Here's what I have: a textarea in my HTML <form name="form1" method="post" action="name_rediect.php"> <label> <div align="center"> <div align="center"><br /> Member Number: <br /><br /> </div> <div align="center"> <input type="text" name="number" size="20" id="number" /> <input type="submit" name="Submit" id="Submit" /> </div> </form></label> HTML: As I say it is accessing the PHP but showing errors. Can anyone help me with the PHP coding. When a member puts their Number in the textarea and submits it I want them re-directed to their own http page. Thanks
redirect them into one page, then on that page do the coding that gives them authorization, make the whole page dynamic depending on their user id. post the errors pls.
I would like to thank edual200 for all the help he has afforded me over this matter. It's refreshing to see that there are still very helpful and pleasant people out there.