php?
Posted: Sun 16 May 2010 3:42 pm
I need some help
here the code im working with
i need to add href="
if I do
i get this error Parse error: syntax error, unexpected ''', expecting ',' or ';
how can I fix this Beau
here the code im working with
Code: Select all
echo "\t<link $link</link>\n"; if I do
Code: Select all
echo "\t<link href='"' $link</link>\n";i get this error Parse error: syntax error, unexpected ''', expecting ',' or ';
how can I fix this Beau