iii Posted July 20, 2009 Share Posted July 20, 2009 I would like to Create a simple page/backend for a website.. I build sites using PHP so for something like a sites title ill have <?php echo $sitetitle ?> on the page and I'll have an info.php file where I can add what $sitetitle would be. I just want to create a simple backend so instead of an info.php file where I would have to enter what $sitetitle is I want an input field on a separate page.. and then I can press the submit button and then I can change the site title for the whole website. Is this possible without using MySQL? I want this solution to be light as possible.. how would I do this? Link to comment https://forums.phpfreaks.com/topic/166559-simple-backend-for-static-html-page/ Share on other sites More sharing options...
Stuie_b Posted July 20, 2009 Share Posted July 20, 2009 Create a simple text file with the sitename in it, then get php to read/write the file. See here for info on file writting Stuie Link to comment https://forums.phpfreaks.com/topic/166559-simple-backend-for-static-html-page/#findComment-878340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.