Hello
I am looking to implement a php/mysql script on my website that allows me or someone else to change a small customised text box on the front page with news/announcements e.t.c with a simple gui accessible with ie.
could you point me in the right direction about how gto code this thanks
james
New to php
Moderator: General Moderators
You could easily echo the text directly to the page without the use of a text box.
To do that:
To do that:
Code: Select all
<?php
$news = file_get_contents('newsfile.txt');
echo $news;
?>- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London