Answered

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
murdal
Forum Newbie
Posts: 1
Joined: Wed Mar 16, 2011 8:32 am

Answered

Post by murdal »

Answered
Last edited by murdal on Wed Mar 23, 2011 2:24 pm, edited 1 time in total.
User avatar
Mini
Forum Newbie
Posts: 23
Joined: Mon Dec 04, 2006 4:39 am
Location: Netherlands

Re: in_array Problem

Post by Mini »

Hey,

shoudn't $result2 = mysql_query($sql); be $result2 = mysql_query($search);
The search sql command is currently not executed.
Post Reply