Hi,
I want to update a MySQL DB I have with the contents from a text file but it's a bit beyond me.
I connect to my DB
Search for a Domain Name against one from the text file.
Now I want to update 1 field for that Domains record from the text file, this is what I am using:
<?php
if...