thanks for helping me with my line problems...
but my email address link that you mention
didn't work. I had to play with the code...made it to:
echo " <A HREF=$row->webpagelink>";
echo htmlspecialchars (stripslashes($row["webpagelink"]));
I can't use the </a>...don't know why..it won't link to it.
echo "<A HREF=\"$row->web_address\">$row->web_address</A>";
is it safe not to use the </a>. ????? It's not...I tried it with an additonal line..
echo "</strong><br>Address: ";
echo htmlspecialchars (stripslashes($row["business_address"]));
it linked the whole thing...but if I modied that code to:
echo "</a></strong><br>Address: ";
echo htmlspecialchars (stripslashes($row["business_address"]));
it works... I have to close the <A href> somehow...so I did it the line after...
If you could find another way to do it, it would be cool.... I also, I am getting my emails off of a database.
thanks for helping, ur awesome!!!!!!!