php guestbox help plese

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rickbrown85
Forum Newbie
Posts: 1
Joined: Mon Mar 23, 2009 9:33 am

php guestbox help plese

Post by rickbrown85 »

i need simple code to make this

Create a "guestbook" type webpage that allows visitors to leave a comment directly on this web-page



use a ".txt" file to save visitor comments
change the security settings for the ".txt" file to allow updates
Use $fp, fopen, fputs and fclose commands to complete this
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Re: php guestbox help plese

Post by Inkyskin »

Post Reply