Jump to content

using variables to "post"


juggalo10101

Recommended Posts

so you want like a guest book or chat? it will take more than javascript, you will need a server side language, check out http://dcole.ath.cx and go to scripts, then the message boards.. they are made with php and you can just use those.

Link to comment
Share on other sites

guest books are made of 3 scripts: form, writer, and viewer.you will first need a html form that the user fills out, it will then send the data to a writer, which will write the submitted data to a file (flat file or database), then the 3rd file will read the file and print out the data accordingly.I also have a hosting page where you can sign up and it will automaticly give you a directory on my server if you need access to php. I allow accounts to use php. Other wise you can google 'free website host php' and might find a free host that supports php but then you might have ads on your pages.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...