Posted by strawberry on 09/24/06 14:16
jerryyang_la1@yahoo.com wrote:
> strawberry wrote:
>
> > Echo " <a href=\"filestore/" . $row->FileLink . "\"><img
> > border=\"0\" src=\"smallicons/" . $row->FileIcon . ".gif\" width=\"20\"
> > height=\"20\"> $row->FileTitle</a> - " . $row->FileDescription .
> > "<br><br>";
> >
> > what do the forward slashes after filestore and smallicons mean?
>
> Thats the path.
>
> smallicons/ fileIcon !
OK - I think you have to escape the closing quotation marks:
\"
filestore/
\"
Navigation:
[Reply to this message]
|