sorry about this noob question, but i am new to PHP. i created a databse in PHPmyadmin to handle IP adresses and was wondering what type should it be ( int,varchar.etc.) i will be using
$referrer = $_SERVER; to compare the database to this. i was also wondering if there is a command in PHP that will tell me if a variable is in a string. i no there is a matching command but i think that looks for exact matches rather than is in the string or not.
i also have one last question, if i have a list of string an easy way to upload them to a database..
any suggestions
Thanks for the help. sorry there NOOB questions.