Posted by rf on 10/10/06 12:00
"Mikii" <notspam@nomailhere.com> wrote in message
news:lTHjj.82140$wD5.40455@newsfe3-gui.ntli.net...
> Hi - I have this working
>
> while($row=mysql_fetch_array($result))
> {
> $filename=$row['cat_title'];
> echo "<li><a href=\"". $filename. "\">". $filename."</a></li>\n";
> }
>
>
> I need to append ".html" (the extension) onto $filename so it returns
>
> pagename.html
$filename . ".html" ?
--
Richard.
Navigation:
[Reply to this message]
|