Thread: include problem
View Single Post
  #7 (permalink)  
Old Aug 1st, 2007, 14:19
Blake121 Blake121 is offline
Reputable Member
Join Date: Apr 2007
Location: Scotland
Age: 17
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Re: include problem

are you sure you have the path to the include right?

Where is the include found?
www.yourdomain.com/content/totalusers.php ? or something like www.yourdomain.com/php/content/totalusers.php ?

Maybe you should take the first slash off of the include path. Like this...

<?php include('content/totalusers.php'); ?>

Last edited by JacobHaug; Nov 13th, 2007 at 13:58. Reason: Taking out main domain
Reply With Quote