| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > Is it possible..? Form input into pages directly? |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Join Date: Nov 2007
Posts: 2
|
Is it possible..? Form input into pages directly?
Hello All, Please excuse my ignorance, I have been volintold to create a web site, but I will spare you the details and get to the point. Site 90% done, last thing I was asked to do is have a form that will in real time update a file that can be viewed by everyone. Example: Form has 3 lines of data the person inputs. Name, address, phone number. After hitting submit, the data is then displayed on the same or different page for all to view... They would also like to be able to delete it but I would presume that could only be done by an admin I have been reading and do not know if this is even possible with my slightly below abilities. Any reading/ help you can point me to would be appreciated. Thanks in advance, NutinElse2Do |
|
|
|
|
|
#4 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,524
|
It would be called 'server-side scripting'. It can be done in a number of languages, PHP (which PGO mentioned) seemingly the most popular. If you want to store the data for later retrieval, you will need to add a database as well. |
|
![]() |