Jump to content

Warning: array_merge() [function.array-merge]


lordphate

Recommended Posts

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/arshem/public_html/dating/functions.php on line 2112

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/arshem/public_html/dating/functions.php on line 2112

Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /home/arshem/public_html/dating/functions.php on line 2112

Warning: array_merge() [function.array-merge]: Argument #4 is not an array in /home/arshem/public_html/dating/functions.php on line 2112


[code]elseif($deg=='all'){
$num=count_network($m_id,"1","num")+count_network($m_id,"2","num")+

count_network($m_id,"3","num")+count_network($m_id,"4","num");

$friend=array_merge(count_network($m_id,"1","ar"),count_network($m_id,"2","ar"),

count_network($m_id,"3","ar"),count_network($m_id,"4","ar"));  <==== LIne 2112
} [/code]
Link to comment
https://forums.phpfreaks.com/topic/17982-warning-array_merge-functionarray-merge/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.