Check phpinfo() on both the new and old server -- i think the var not
defined stuff is related to a different (higher) error reporting directive
on the laptop.

As for the images, view the actual SOURCE of the resultant HTML page
(browser > view source) and see how the image src's are being written, then
check for the files directly -- my guess is you're dynamically writing the
image URLs, and something is breaking (possibly needs register globals ON in
php.ini).



on 17/12/02 6:29 AM, Edward Peloke ([EMAIL PROTECTED]) wrote:

> I recently got a laptop and was in the process this weekend of installing,
> php, apache, mysql etc.  One thing I noticed is when I ran the code (that
> works fine everywhere else) on the laptop, I got errors of 'Variable not
> defined' and I have pictures that just won't show.  I am not sure if this is
> the problem but most of the scripts giving the 'Variable not defined problem
> and the images where in other folders and referenced in the php page like
> /images/picture.gif and /includes/template1.inc.  Is there something I need
> to look at in my config file?
> 
> Thanks,
> Eddie
> 

Justin French
--------------------
http://Indent.com.au
Web Development & 
Graphic Design
--------------------


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to