Ch 7 check_image.php
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
|