Quote:
Originally Posted by mattz
okay thanks, I just wasnt sure if it was the same because it your supose to put part of that code between <body> </body> but there is none of that in php
|
Add them if need be. HTML is parsed the same in a PHP page as it is in an HTML page. You can have <head><body> etc.. on a php page.