Hi Y’all,
I hoping someone can help me please!
I have a database which contains various URL references.
I would like to display these references in a table on my webpage, but not the full URL (too lengthy), instead I would just like an type link.
I’m using the following loop to display the data:
[php]while($row = mysqli_fetch_array($result)) {
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
echo “
}
echo “”;[/php]
I’m sure it’s pretty simple but if someone could point me in the right direction I’d really appreciate it!
Thanks in advance.