so are you just importing the csv file to phpadmin? It times out when i do that3. Now we need to get the data into the table. Just use PHPMyAdmin and "Import" the CSV file you downloaded in Step 1.
thx
so are you just importing the csv file to phpadmin? It times out when i do that3. Now we need to get the data into the table. Just use PHPMyAdmin and "Import" the CSV file you downloaded in Step 1.
Invalid field count in CSV input on line 1.
http://i49.tinypic.com/33zbn05.png
www.mysiteurl.com/links.txt
Can you please help me out? Ive gotten everything setup but when i go to my website, the content blocker has no links on it. Also, when i go to http://www.mydomain.com/links.txt i get an error saying
Parse error: syntax error, unexpected T_STRING in /home/account/public_html/website/geoip.php on line 16
Please Help will be much appreciated
thx
$query = "SELECT country_code, country_name FROM geoip.country WHERE end_ipn >= INET_ATON('$addr') ORDER BY end_ipn";