i am trying to trying to create a simple submit button to allow someone to access a certain page.. by typing a number in and hitting submit, i would want this to take them to a page reserved for them. while the page will be different per person..any html php help would be helpful
submit button
Collapse
X
-
Create HTML form with text box and submit button and fetch the values from the php side. and based on the text box value you can redirect to the next page.
Now One more problem, how do you plan to create this second page. in your Post you have mentioned that each user will get a different page. do have static pages like. user1.html,user 2.html,user3.ht ml,...user(n).h tml.
Then how many users with you, from where you going to get the user codes, i mean is there any database table with the application.
based on these things you have to create your Application. if you have lots of users as the second page you can create single page with dynamic values.(It will depend on your requirement)
Comment