What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP - Gestbook.... help

PHP - Gestbook.... help
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: PHP - Gestbook.... help
quote:
Originally posted by distorted
Fatal error: Call to undefined function: file_get_contents() in c:\apache\htdocs\sendinfo.php on line 23
What PHP version are you running? It must be ancient (2002 or earlier) if it doesn't have file_get_contents()... :-/

To check the version, you can use phpinfo().

If you want to fix the code Baggins posted, adding this line right before the first "fwrite" line should do the trick...

code:
rewind($handle);
06-21-2007 02:10 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP - Gestbook.... help - by distorted on 06-19-2007 at 05:29 PM
RE: PHP - Gestbook.... help - by absorbation on 06-19-2007 at 07:56 PM
RE: PHP - Gestbook.... help - by Baggins on 06-19-2007 at 08:22 PM
RE: PHP - Gestbook.... help - by roflmao456 on 06-19-2007 at 08:23 PM
RE: PHP - Gestbook.... help - by Baggins on 06-19-2007 at 08:39 PM
RE: PHP - Gestbook.... help - by distorted on 06-20-2007 at 09:44 AM
RE: PHP - Gestbook.... help - by distorted on 06-20-2007 at 10:06 AM
RE: PHP - Gestbook.... help - by WDZ on 06-21-2007 at 02:10 AM
RE: PHP - Gestbook.... help - by distorted on 06-21-2007 at 07:00 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On