Hi there,
If someone is able to help me out, I will be forever grateful!
All I am getting from the code is: Resource id #3
The SQL works sweet and is returning the correct result..
http://www.adslgeek.com/ispsearch.php
//IMPORT ISP DETAILS
$sql="SELECT `ISPName`
FROM `isps`
WHERE `ID` = 4";
$result = mysql_query($sql);
$row = mysql_fetch_row($result);
// ISP SQL SEARCH
echo $sql ;
echo $result ;
echo $row['$ISPName'];