Jump to content

loading an html into a php : coding improvement


contiw

Recommended Posts

In php I am loading an html

 

$template->set_filenames(array(

'body' => 'program_m5s_body.html')

);

 

which contains these three lines :

 

<!-- INCLUDE overall_header.html -->

<iframe src=",/../pdf/program_m5s.pdf" width="100%" height="100%"> </iframe>

<!-- INCLUDE overall_footer.html -->

 

Is it possible to merge the html into the php, to eliminate the html alltogther ?

 

Noob here. Please bear with me and thank you.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.