Bill Cosby is my Father
Posts: 4
28 credits Members referred : 0
« on: May 28, 2007, 12:03:44 PM »
I want to use this script as part of a loop for an array.
So When I enter lots of domains in a textarea it checks the avaialbilty of each of them. What do I need to do? they will be inputted in the format of : domain.com rather than selcting the the TLD from a list.
What do I need to do?
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6301
38632 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: May 28, 2007, 12:52:16 PM »
first you need to split (explode()) the values from the text area and then build a loop based on this array