Hi all,
I'm building (trying) using php and MySQL. I have a headder and foote files, saved with (.html) extensions. I use (include) to call these into the main file. Problem is I've built these two using css, adn need to get content into the header file, but when I use $POST or $GET the content inserts itself between the header and footer file.
I cna do it using tables, simply by having the opening <td> tag in the header and cloing <td> tag in the footer, but can't split my css this way, it wont work. I've tried inserting between the two <div> tags <?php ($GET [var_name]); ?>, and in the source file ($_POST[vars_name]); it comes into the file but not in the position I want it to?
Help urgently needed as I'm now weeks behind in contructing my site. The books I've got say this should work, (not in so many words) but it sems right
BG