Bluehost.com Web Hosting $6.95

Have problems with in_array statement

This is a discussion on Have problems with in_array statement within the PHP Language forums, part of the PHP Programming Forums category; I have 2 arrays. I am trying to use in_array with and it doesn't seem to be working. I ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-20-2006
rich
 
Posts: n/a
Default Have problems with in_array statement

I have 2 arrays. I am trying to use in_array with and it doesn't seem
to be working. I have done a print_r of each one for my test data.

Array $primsecA is below:

Array ( [0] => Array ( [primsecid] => 1 [primsec] => Primary ) [1] =>
Array ( [primsecid] => 2 [primsec] => Secondary ) [2] => Array (
[primsecid] => 3 [primsec] => Skin Protectors ) )

Array $specprimA is below.
Array ( [0] => Array ( [primsecid] => 1 ) [1] => Array ( [primsecid] =>
2 ) )

Now here is the logic for checked fields.

$numcl= count($primsecA);
for ($i=0; $i<$numcl; $i++){

$primsec = $primsecA[$i]['primsec'];
$primsecid = $primsecA[$i]['primsecid'];
if (sizeof($specprimA)==0 || !is_array($specprimA)){?>
<input type="checkbox" tabindex="2" name="primsecid[]" value="<?php
echo $primsecA[$i]['primsecid']; ?>"/><?php echo $primsec;
}else{
if (in_array($primsecid, $specprimA)) { ?>
<input type="checkbox" checked="checked" tabindex="2"
name="primsecid[]" value="<?php echo $primsecA[$i]['primsecid'];
?>"/><?php echo $primsecA[$i]['primsec'];
} else { echo ?>
<input type="checkbox" tabindex="2" name="primsecid[]" value="<?php
echo primsecA[$i]['primsecid']; ?>"/><?php echo $primsec;
}
}
}?>

In the above code I want the field to be checked if its in the
$specprimA array. None of the fields are being checked. any ideas?

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 12:22 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0