I have a very simple HTML file containing PHP scripts. Even though
I enabled PHP, PHP scripts doesn't seem executing when
embedded in HTML files with .htm or .html extensions.
It only displays 'Toto' and not 'Tada' with the .html file
shown below.
It worked fine when I renamed the file with .php extension.
All my menu's built using .html file extension as I'm using
Yahoo! Site Builder. Is there any way I can get PHP scripts
working embedded in .html file?
-----
Toto
echo "
Tada
"
?>
-----
2006-11-08
17:13:16
·
5 answers
·
asked by
bbs
1
in
Computers & Internet
➔ Programming & Design