|
Subject:
|
Ch 7 check_image.php
|
|
Posted By:
|
mattcw
|
Post Date:
|
9/5/2006 12:11:34 PM
|
Hi,
Hopefully someone can help me with this :-
I am stuck with the check_image.php script on p.197-199 basically I am not sure what path I should be using for the upload directory
in the example code it the line is as follows :- //make sure to change your path to match your images directory $ImageDir ="c:/Program Files/Apache Group/Apache2/test/images/";
I am using a free lycos account as a testing server so should the path be my web address for that server eg:/ $ImageDir ="http://www.members.lycos.co.uk/wyvertest/Images"
or something else eg ftp.members.lycos.co.uk
Many thanks in advance Matt
|
|
Reply By:
|
tbrown
|
Reply Date:
|
10/10/2006 12:26:29 PM
|
What does the bttom portion (underneath the <body> tag) look like? The <img src=images/ ....should have the similiar path - is that how you save it set up?
|