How do I create two pages so that one page displays what is inputted into the other?
(I'm a beginner)
As a simple exercise, I want to create two web pages, so that text inputted in one page is displayed on the other. I really am not sure how to go about it, and I want guidance. 开发者_Go百科I think I need to use some combination of HTML/PHP/MySQL, but I'm not sure.
I have MAMP and Aptana installed. I have previously set up a server using MAMP and was able to send and retrieve data from it.
Do I set up a table on my server, and use PHP to post and retrieve data from it? Or some other way?
Your question is overly broad.
You should read on some tutorial / doc and learn how to develop web site first.
There are tons and tons and tons of resources on the web.
For a sample on form submission, look here.
Good luck :)
精彩评论