Search engine

Question by Arvind:
why am i getting a problem converting my website to php script?

when i split a part of my html website into two separate files and use php script to include them i get this blank space…. after viewing the php page in my browser the source is still the same…. any help around this?


——————————————

Answer by urbi();
That sounds like you do not have php installed on your server or aren’t putting the right file extensions on the file. Make sure and end the name of the file that has the includes with ‘.php’

If not either of those, then you might not be using the begin and end tags correctly. Make sure they are like this:
and
?>

——————————————
Give your own answer to this question below!