Guest Posted June 1, 2006 Posted June 1, 2006 Do someone knows how to call a php page in a cell or maybe an iframe on an html page? I would like to call the footer and the request counter.
Guest Posted June 2, 2006 Posted June 2, 2006 There isn't any special syntax because it's in an iframe or in a table cell, you just use the include or require command. See www.php.net/include and www.php.net/require . -jared
Wendy James Posted June 2, 2006 Posted June 2, 2006 On the iframe page put <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> to call the footer. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.