Posted by Jerry Stuckle on 08/09/07 12:30
upendrajpr@gmail.com wrote:
> On Aug 9, 4:50 pm, Christian Welzel <gaw...@camlann.de> wrote:
>> upendra...@gmail.com wrote:
>>> $check_2 = mysql_num_rows($check);
>> you surely mean $check_1.
>>
>> --
>> MfG, Christian Welzel aka Gawain@Regenbogen
>>
>> GPG-Key: http://www.camlann.de/key.asc
>> Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
>
>
> sorry but it's a typing mistake. But in my code still both the
> places it is $check = mysql_query("SELECT * FROM user WHERE u and
> mysql_num_rows($check);....
>
What other mistakes could you have in retyping your code? If your code
is as you say, it should work.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|