Urgent help with web site php

dev007

Registered Member
Joined
Aug 7, 2011
Messages
64
Reaction score
24
hi every one
i am new at php please take this in consideration !!

i just uploaded my niche web site that is built in .php

and uploaded them all to my web hosting space for the web site with filezilla

but i keeps giving me this error

Fatal error: Call to undefined function get_header() in /home/rascal98/public_html/index.php on line 1.



its is not wrodpress or blogger ...JUST A NORMAL WEB SITE BUILT IN PHP

please explain me in details


thanks in advance !!!!:confused::confused::confused::confused:
 
First off, I think you posted in the wrong section.
Also, it would be nice to provide your code so we can help you. There is a programming section in the forums.
 
Hello, There is not included header.php file or added worng file .Please provide detail i will fix it quickly now ........
 
your file "/home/rascal98/public_html/index.php" has a call to a function called get_header(), it is saying that there is no function defined with that name, so either u are missing a file or the php code is calling an incorrect or wrongly named function ;)
 
Back
Top