I solved my last problem with comparing data, it has been worked out with a lot of searching on the web.
Now I got another one.
This is the code:
$query="SELECT * FROM inschrijf"; $result=mysql_query($query); $num=mysql_numrows($result); $partijid=mysql_result($result,$i,"partij_id"); $user=mysql_result($result,$i,"usernaampje");
So I need to compare partij_id with some other id's in on a list.
The problem is there are multiple partij_id's in the table that need to be compared and this code only gives me one value to compare with (in my case 29 which is correct).
So is there a possibility solve this?
Thanks in advance!

New Topic/Question
Reply




MultiQuote






|