Sunday, December 27, 2009

Coding ... i need help with php?

i have some php scripts ad was just wondering do i link to them instead of the html pages on my web site and if not what do i have to do to the html pages to make them php


thx





JamieCoding ... i need help with php?
Yes, you can do either.





To make an html page a php page, just change the ';.html'; to ';.php'; in the filename. You don't actually HAVE to USE any php in a ';.php'; page.





Additionally, you can link to a php page just like a html page, assuming the php page is a complete page, with all necessary parts (head/body/...).

No comments:

Post a Comment