hi all

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:
 
You're calling a function get_header() that doesn't exist. Were you supposed to include a functions file? If so that needs to be at the top of the php file.
 
Back
Top