Code: Select all
include_once('toppage.html');
include_once($arrayї$id]);
include_once('bottom.html');Thanks for any help provided.
Moderator: General Moderators
Code: Select all
include_once('toppage.html');
include_once($arrayї$id]);
include_once('bottom.html');Code: Select all
<?php
$var = blah, blah, blah;
if ($var = what you wanted) {
do what you wanna do;
}
?>