Hey, I think
your tutorial
on how to make
a members area
is really
great, but
there's one
problem that
I've
discovered:
When I register
an account, I
get this error:
<
i>supplied
argument is not
a valid MySQL
result
resource
I've
figured out
it's from the
88th line of my
register.php
file: Code:
$q3 =
mysql_fetch_obj
ect($q2);
Is there a
fix for this?
|