Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Setting up user input to html document without fttp server access

Posted by: gmosleey Oct 13 2018, 09:40 PM

I have a site I am building for a client. They offer weekly specials for their restaurant. I/they have decided the best method for them to update these specials is to see if there is a possibility that I can set up some sort of webform hidden on the webserver to act like a "special modifier" I'm wondering if there is a somewhat easy way to do this already made up, or if it is something I'll have to engineer myself.

My goal is for them to open either an application or a webpage, type in the food items that will be on the specials and when they hit submit it will update the html file containing the specials.

Posted by: Christian J Oct 14 2018, 05:40 AM

This can be done with most server-side scripting languages (and a database), PHP is the most common (both are usually available at web hosts).

An easy solution might be to install a readymade blog software, just make sure you update it often since there are lots of bots on the web trying to exploit known security holes in older versions.

Posted by: gmosleey Nov 4 2018, 12:46 AM

Hey sorry for the delay. I forgot I made this post.

Thank you for your suggestion! The bots have nothing to gain by utilizing it since it would just change one webform and nothing on that server is important information haha.

Posted by: Christian J Nov 4 2018, 03:24 AM

You're welcome!

QUOTE(gmosleey @ Nov 4 2018, 06:46 AM) *

The bots have nothing to gain by utilizing it since it would just change one webform and nothing on that server is important information haha.

What could happen is that they fill the web page with spam or even malware that may affect visitors' browsers. But if you make sure to get email notifications about new patches for the blog software the risk should be negligible.

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