Jump to content

Php and files, editing question.


Pyro4816

Recommended Posts

I had the thought of developing a page i can use to easily add content to my pages. I want to use a form to input data and a php file to process it and write it into a SPECIFIC part of my website. LIKE say at a certain point in a table. I was just wondering if what i want to do is  capable with php, or if i should go about using another language.
Link to comment
https://forums.phpfreaks.com/topic/26950-php-and-files-editing-question/
Share on other sites

yes certainly! this is generaly known as a Content Management System (CMS) and most people store all the text in a MySQL table and have a diffrent one for each page so you can loop through the data and echo back all rows giving you a dynamic site.


regards
Liam

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.