|
Posted by dutchboy on January 19, 2005, 5:21 pm
Please log in for more thread options
Hi all,
I am relatively new to HTML, so be kind. I need to build a website that can
input user data. None of the books I have mention it. Where can I go to get
the necessary info?
--
Dutchboy
|
|
Posted by Jim Moe on January 19, 2005, 6:44 pm
Please log in for more thread options
dutchboy@domain.invalid wrote:
>
> I am relatively new to HTML, so be kind. I need to build a website that can
> input user data. None of the books I have mention it. Where can I go to get
> the necessary info?
>
What strange books are you consulting? :-)
Look up the use of <form ...> and <input ...>.
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
|
|
Posted by dutchboy on January 19, 2005, 5:54 pm
Please log in for more thread options Apparently, basic. There is no mention of either. I have a more comprehensive
book at home, I'll look there. Thanks
Jim Moe wrote:
> dutchboy@domain.invalid wrote:
>
>>I am relatively new to HTML, so be kind. I need to build a website that can
>>input user data. None of the books I have mention it. Where can I go to get
>>the necessary info?
>>
>
> What strange books are you consulting? :-)
> Look up the use of <form ...> and <input ...>.
>
--
Dutchboy
|
|
Posted by Philip Herlihy on January 20, 2005, 9:25 am
Please log in for more thread options You'd need to buy space on a suitable server, one with a server-side
scripting language (eg PHP, ASP) which can accept input from Forms in your
HTML pages and store the results in a database (eg MySQL, Access, MSDE). If
you want to go the Microsoft route, try www.asp.net, try "Teach Yourself
ASP.net in 24 hours" (SAMS) and fool around with the free WebMatrix tool
from Microsoft. Caution - this sort of web development is significantly
more "technical" than simply laying out pleasing pages, but it isn't rocket
science either.
--
####################
## PH, London
####################
> Hi all,
>
> I am relatively new to HTML, so be kind. I need to build a website that
> can
> input user data. None of the books I have mention it. Where can I go to
> get
> the necessary info?
>
>
> --
> Dutchboy
>
|
|
Posted by dutchboy on January 20, 2005, 9:54 am
Please log in for more thread options Hi Philip,
Thanks for the input. I am using a Mac. Anyone have any suggestions?
Philip Herlihy wrote:
> You'd need to buy space on a suitable server, one with a server-side
> scripting language (eg PHP, ASP) which can accept input from Forms in your
> HTML pages and store the results in a database (eg MySQL, Access, MSDE). If
> you want to go the Microsoft route, try www.asp.net, try "Teach Yourself
> ASP.net in 24 hours" (SAMS) and fool around with the free WebMatrix tool
> from Microsoft. Caution - this sort of web development is significantly
> more "technical" than simply laying out pleasing pages, but it isn't rocket
> science either.
>
--
Dutchboy
|
| Similar Threads | Posted | | Meta data | October 2, 2004, 1:25 am |
| data from one web page to another? | October 25, 2004, 7:39 pm |
| retrieving data from a form | August 28, 2004, 6:21 pm |
| What's being sent to the website to retrieve this data? | March 1, 2005, 10:36 am |
| Transferring Data between pages | April 13, 2005, 9:42 am |
| ASP - data connection question | May 19, 2006, 5:23 pm |
| Realtime data in a web page | March 10, 2008, 2:32 pm |
| Continuously Growing Data | August 14, 2008, 10:06 pm |
| Passing Data without Submit/Input | October 6, 2004, 12:25 am |
| Making forms remember their data? | December 15, 2004, 8:29 pm |
|