Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Submitting Information

Posted by: JoeOBrien Apr 6 2012, 02:05 PM

Hi, I'm trying to set up a website where people can share details about their servers.

I want to be able to set up a few input boxes so they can put in things such as Their server names and I.P. Address and maybe a description, I have MySQL it would be great if somebody could offer me some guidance smile.gif

I would also like whatever they share to go to another page so anybody can see it?

Thanks,

Joe.

Posted by: JoeOBrien Apr 6 2012, 03:56 PM

QUOTE(JoeOBrien @ Apr 6 2012, 02:05 PM) *

Hi, I'm trying to set up a website where people can share details about their servers.

I want to be able to set up a few input boxes so they can put in things such as Their server names and I.P. Address and maybe a description, I have MySQL it would be great if somebody could offer me some guidance smile.gif

I would also like whatever they share to go to another page so anybody can see it?

Thanks,

Joe.


I've set it up so that I'm getting people's information to my email address but there is a way so that it will auto go to the page I want it to go to? :


Posted by: Darin McGrew Apr 6 2012, 04:12 PM

The server-side program that processes the form data needs to save it somewhere (e.g., in a MySQL database) on the server. Then, instead of a plain HTML document, the list needs to be generated by another server-side program, and that program needs to read the saved data and then send the appropriate HTML to the browser.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)