Include Files
Posted: Fri May 16, 2003 8:08 pm
Quick question about include files, If I have justhtml code I want to reuse can I just put the html code in an include file and then put an include statement in my php file to use it?
or do I have to set it up as a function in the include file that passes the html to the php file?
or do I have to set it up as a function in the include file that passes the html to the php file?