The following code worked fine in php3, but won't in php4 Any thoughts to what changes I need to make? It is included in an html file.
<? include ('bottom_row_menu.php'); ?>
Thanks
u cant include php code in an html file ...
actually you could but you have make changes in your webserver so that all html files are parsed through the php parser.
reg kevin
I changed the extension of the html file to php4 and it works now. I guess my old host had configured the server just as you said.
ok, can you mark this resolved , there is a link below, thanks
seems like the ol' resolved feature is on the fritz again, i marked this a little bit ago, but it didn't work