Pyro4816 Posted November 11, 2006 Share Posted November 11, 2006 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 More sharing options...
shocker-z Posted November 11, 2006 Share Posted November 11, 2006 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.regardsLiam Link to comment https://forums.phpfreaks.com/topic/26950-php-and-files-editing-question/#findComment-123236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.