View Single Post
Old 01-20-2005, 09:07 PM   #4
Slider
Orange Mole
 
Join Date: Jan 2004
Posts: 30
I changed it and took the GO=id part out.....
Code:
$id = (int) $data['site_id'];
echo "<a href=\"".$_SERVER['PHP_SELF']."?go=$id\">$site</a><br>\n";
And changed it to this........
Code:
echo "<a href=".$site.">$site</a><br>\n";
Revised for my personal needs. I can now use my software "Alert Link Runner" and check the domains with to make sure they are still valid and working sites. With GO=id my software would have assumed that all links were good even if they weren't.
Thanks for the Link Listing addition Charter

Last edited by Slider; 01-20-2005 at 09:11 PM.
Slider is offline   Reply With Quote