Handy PHP
Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Creating Website Using PHP
(1 viewing) 1 Guest
Go to bottom
TOPIC: Creating Website Using PHP
#382
comptech
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Creating Website Using PHP 6 Months, 2 Weeks ago Karma: 0
I already try THE INSTRUCTION of the template system which is on this website.
Creating Your First Template Driven PHP Website Part 2 .
but when i try to open it using webserver apache the result is error and its give a message
"Fatal error: Call to undefined function: file_get_contents() in c:\apache\htdocs\phptest\index.php on line 16"

i hope you can help me to resolve this problems k

tq
 
Logged Logged
  The administrator has disabled public write access.
#383
vujsa
Moderator
Posts: 143
graph
User Offline Click here to see the profile of this user
Re:Creating Website Using PHP 5 Months ago Karma: 5
Looks like your installation of PHP doesn't have the function file_get_contents installed with it. Unlikely that you will be able to compile a PHP installation that will include it for windows by yourself. Try the script on a linux server or set up a LAMP server on a separate machine or dual-boot your current system with linux and windows.
 
Logged Logged
 
Do not post small or one line posts.
Do not post unsolicited links or any referal links.
Do not post copied content.
Do not use foul language.
Always be respectful to the other posters.
  The administrator has disabled public write access.
Go to top