First, try to complete that query by executing it. You do that by adding
the next couple of lines right after the $query:
$result = mysql_query($query); // supposing you already established the
connection and that you use MySQL.
$num_rows = mysql_num_rows($result); // To count how many matches whe
What the heck is if($name == $name){ supposed to mean? I've never seen
a variable that's not equal to itself... :-)
- [ Paul Ferrie ] - wrote:
> Here is my problem
>
>I have created a user login system (flash+php+mysql)
>And it just about works
>
>Here's the prob when i go to register as a new u
2 matches
Mail list logo