View Single Post
PHP not working so good for me
Old
  (#1)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default PHP not working so good for me - 21-03-2006

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.

Last edited by Ancient; 21-03-2006 at 20:31..
  
Reply With Quote