zuberi5 Posted March 16, 2010 Share Posted March 16, 2010 Hey every1, I need help in making a php webpage which should be connected to mysql db I have win xp and wamp server (2.0) installed. I am a newbie in php and trying to code in dreamweaver8. the page should work exactly like this: (example) http://www.alibaba.com/product-gs/262887746/sodium_2_methyl_2_butoxide_C5H11NaO_.html that when user sends a message he is directed to to next page which is what i want to make as it is. plz i need some guidance urgently. Link to comment https://forums.phpfreaks.com/topic/195410-need-help-in-making-a-page/ Share on other sites More sharing options...
Wolphie Posted March 16, 2010 Share Posted March 16, 2010 On the form element you use <form action="thepageyouwishtogoto.php" method="POST"> <textarea name="message"></textarea> <input type="submit" name="submit" value="Send" /> </form> Link to comment https://forums.phpfreaks.com/topic/195410-need-help-in-making-a-page/#findComment-1026860 Share on other sites More sharing options...
zuberi5 Posted March 17, 2010 Author Share Posted March 17, 2010 dats it? as i said i have to make exactly the same next page which is what i am having difficulty in making here is the example of alibaba's page. there when user types a message and clicks on send button. on the next page his message re-appears n auto-generated subject line and login and sign-up page. i hav to create this whole procedure. plz sum1 help me Link to comment https://forums.phpfreaks.com/topic/195410-need-help-in-making-a-page/#findComment-1027562 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.