PHP - Site Maintenance text to display on home page how?

Dannnn!

New member
Need to provide a function what allows text to be displayed on the homepage, to allow the admin to post notes about site news or site maintenance etc. Must be done using MySQL

Could someone give me some gaudiness

Thanks :)
 
Create a table that holds the message. use the tutorials here to build a back end and show the message on the front end.

http://phpeasystep.com/mysql.php
 
Back
Top