quote:
Originally posted by dudboi
you can actually place html inside php by starting with <? instead of <html> getting back to the topic...
Yes, but php is stil in the html file, but actually it can be in any file. php can even be an image, or a css file. But remember to send headers to the browser when using php in other files than html. Mozilla is not happy about using php in css files so i had to send this header "Content-type: text/css". Well, this i'snt a php tut.
Kaare / Kastermester