whois script not working in IE

Reply

Join Date: Oct 2006
Posts: 198
Reputation: MaxMumford is an unknown quantity at this point 
Solved Threads: 1
MaxMumford's Avatar
MaxMumford MaxMumford is offline Offline
Junior Poster

Re: whois script not working in IE

 
0
  #11
Jul 16th, 2008
(if the script is meant to be:

  1. foreach($_POST as $key=>$value)
  2. {
  3. $_POST[str_replace("_", ".", $key)] = $value;
  4. }
  5. print_r($_POST);
  6. echo "<br />" . $_POST['.co.uk'];

i have tried that too)
Last edited by MaxMumford; Jul 16th, 2008 at 5:16 pm.
Ill solve somebody's thread someday! xD
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 198
Reputation: MaxMumford is an unknown quantity at this point 
Solved Threads: 1
MaxMumford's Avatar
MaxMumford MaxMumford is offline Offline
Junior Poster

Re: whois script not working in IE

 
0
  #12
Jul 16th, 2008
dont worry I have fixed that now but it is still not working. (http://economizerz.com/index.php)
this is the code for the .co.uk suffix i am using

  1. $this->serverList[9]['top'] = 'co.uk';
  2. $this->serverList[9]['server'] = 'whois.nic.uk';
  3. $this->serverList[9]['response'] = 'No match for';
  4. $this->serverList[9]['check'] = false;

(sorry for the 2 previous posts - the delete post button is not there! lol)
Ill solve somebody's thread someday! xD
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC