Current location: Hot Scripts Forums » Programming Languages » PHP » Array_Search Probs


Array_Search Probs

Reply
  #1 (permalink)  
Old 10-29-08, 10:25 PM
connor connor is offline
Wannabe Coder
 
Join Date: Apr 2005
Location: Knob Noster, Mo
Posts: 228
Thanks: 1
Thanked 0 Times in 0 Posts
Exclamation Array_Search Probs

Ok I am trying to use array_search

here is the array:
regrinfo->Array
registered->no
domain->Array
name->sdfahjdlfkjhd.net
regyinfo->Array
servers->Array
0->Array
server->net.whois-servers.net
args->domain =sdfahjdlfkjhd.net
port->43
type->domain
rawdata->Array
0->
1->Whois Server Version 2.0
2->
3->Domain names in the .com and .net domains can now be registered
4->with many different competing registrars. Go to http://www.internic.net
5->for detailed information.
6->
7->No match for domain "SDFAHJDLFKJHD.NET".

to display all the "rawdata" I do
$var[2] but I want to be able to search it for the "No match for domain "SDFAHJDLFKJHD.NET"." so this is what I have for that:
PHP Code:

if(array_search('No match for domain "'.$sdomain.''.$stld.'".',$result[2])){

     echo 
"No Match";
}else{
     echo 
"Match";

$sdomain = submitted domain and $stld = submitted tld. The error I am getting is
Quote:
Originally Posted by My Web Server
Warning: array_search() [function.array-search]: Wrong datatype for second argument in /home/web/main_site/public_html/order.php on line 26
__________________
Connor Strandt
JCS Photography
www.JCStrandt.com
Reply With Quote
  #2 (permalink)  
Old 10-30-08, 08:07 PM
connor connor is offline
Wannabe Coder
 
Join Date: Apr 2005
Location: Knob Noster, Mo
Posts: 228
Thanks: 1
Thanked 0 Times in 0 Posts
or does anyone know an alternate way to search for the text in the output of the array?
__________________
Connor Strandt
JCS Photography
www.JCStrandt.com
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] newbie probs 88mph PHP 23 03-23-08 04:55 AM
Server Probs (I think) connor PHP 1 10-30-05 02:08 AM
w3c validation probs pagetta HTML/XHTML/XML 1 03-01-05 10:43 AM
2 small probs, sql & vars eq1987 PHP 3 08-30-04 08:57 PM
StreamWriter probs ZodKneelsFirst Windows .NET Programming 2 05-11-04 05:00 AM


All times are GMT -5. The time now is 08:21 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.