View Full Version : Sending form data to a HTML page


Girlsfriends123
06-20-2003, 11:16 PM
Is there a code for me to send form data to html page.

EXample:
you know how you sign a guest book. When your down sending the form it goes to a html where ppl can view it.
well I want to know if there is a code.

Dude128
06-21-2003, 02:17 AM
do you have access to a server side scripting language such as PHP, ASP, or Perl on your server?

if so, you have a few more options- you can try finding a script (just do a search for "[name of language you have available] scripts") and host it yourself, or you could learn the language and write it yourself, or do the same as below. if not, you will need to use a remotely hosted script (try a search on the Internet for the type of script you want, with the words remote hosted).