eelixduppy

msg:3553153 | 11:10 pm on Jan 20, 2008 (gmt 0) |
Do you mean how do you add php to a HTML file with a .html extension? Or just how do you embed php within HTML in an .php file?
|
maccas

msg:3553170 | 11:25 pm on Jan 20, 2008 (gmt 0) |
What about SSI if you must have it in a html file. You dont need to use print or echo in a *.php file i.e <html> <head> ..... <?php ?> ..... </html>
|
jatar_k

msg:3553721 | 5:45 pm on Jan 21, 2008 (gmt 0) |
it's not echo that's tacky, it's what it echos ;) you can add html to the echo if you have a template you may be able to use that if you use a header and footer site wide you could use include to put them around your text
|
|