[snip]
Basically I need a way to import them from the Excel sheet to the
database so at that point I can manipulate the data and use a php script
of some sort to run a whois after extracting the domain name, and then
return the results to the database and have it attached to the domain
name.
[/snip]

Export the Excel to csv, then import the csv to MySQL. There are classes
for PHP that will read the binary data directly from Excel, but they are
costly...i.e. http://www.web-aware.com/biff/

HTH!

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to