> Also, you then changed it to TRUE, because you had =, and not ==.
> Remember, = means change the value, == means compare.
thanks on above, I have all my other one like == , but changed this
one to see if that would work, but I did not know why I should have it
the way I did, now I know

>You put *text* into $query_is!
what do you mean I put text into $query_is?


> $result_is = mysql_query($query_is);
>
>         if (mysql_num_rows($result_is))
>         {
>         echo "The record matched the criteria,
I had to change it to mysql_query() instead as its a insert / select
statement and with insert you can not use mysql_num_rows from my
understanding

Reply via email to