Forum Moderators: coopster
Im trying to make a list e.g
widget.php
where widget is the database entry being called.
al i get is
[domain.com...]
not getting the .php part
any suggestions ?
Regards
<?php
$first="http://www.domain.com/widget";
$ext=".php";
$all=$first.$ext;
echo " <li><a href='$all'>$first</a></li>";
?>
<?php
$aaaa="http://www.domain.com/widget";
echo " <li><a href='$aaaa.php'>$first</a></li>";