I am making a php website for stupid junky movies that I'm making from the Game "The Movies" and I am making it in PHP, I do everything right; in my view and knowledge of PHP.
I first made a variable.php for my pages, have about 40 variables $back = etc.....
and It doesn't show up; I put includes for the variable page to show up on the top of the page after this coding.
Code:
<?php
$main_path = "./";
include($main_path . 'extension.inc');
include($main_path . 'includes/variable.'.phpEx);
I've tried everything and still is not showing up.
AlsoThe two ad's at the bottom are seperate php Pages, for ad's etc... IF you guys help me with the variables, I'll put an ad for who ever wants at the bottom of the page.
The codings:
On second thought I might as well just hand out what I'm working on.
(Clean Executable file!). (Movies not included).\
Edit:
Url taken out.