php guestbox help plese
Posted: Mon Mar 23, 2009 9:34 am
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
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