Hi there, I have a major headache trying to resolve why this won’t work -
I have a menu system which calls optional html pages for example: [php]<?php if($option == "1"){ include('mentime.htm'); ?>[/php]. If I try to bring up the page from my online testing site the header and footer text show just fine but where the html file is supposed to be just comes up a complete blank.
If I try to run the php file through localhost apache server I get Notice: Undefined variable:Option…line 22.
The php code posted above is line 22.
Anybody have any pointers as to where the problem may be?