News

Log In Sponsors
Partner Sites

Re: Online updating/editing?



First thing you'll need to do is start learning PHP. Once you've got a handle on that, learn MySQL and learn how to make them work together. There are hundreds of tutorials, just Google them. Then it is essentially a matter of making a password protected administrator folder on your server so that only you can access it. Next, you need to make a pages with a couple Input boxes and a textarea and I would suggest learning how to incorporate TinyMCE into the textarea. You'll end up with a professional looking Rich Text Editor, that when you submit the form you can save it to a database. Then your site will have to pull information from the same database you're saving to so your readers can see it.

Click here to read the whole forum topic