Forum Moderators: coopster
thats the error I get.
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\XamppServer\xampp\htdocs\cars\garage.php on line 80
please help
<edit>
Also:
C¦/XamppServer/xampp/htdocs/car.jpg
you should try to enter a relative path
like:
car.jpg instead of starting by C:
in addition try avoiding stocking tons of unorganized items directly at your htdocs root
htdocs is similar to /var/www/html/car.jpg
on a production server
so put your img in a directory created at htdocs root
ex: my_test/img/car.jpg
and your URL will be
<a href=\"my_test/img/car.jpg\">;
[edited by: henry0 at 1:00 pm (utc) on Mar. 26, 2006]