"Dusten" <[EMAIL PROTECTED]> wrote:
> In reply to Chris. The reason I'm having this page created is because
people
> will need to be able to see this person's "win/loss" record. I have a
script
> that displays all of the ppl registered and when you view their page, you
> can get a real time report
In reply to Chris. The reason I'm having this page created is because people
will need to be able to see this person's "win/loss" record. I have a script
that displays all of the ppl registered and when you view their page, you
can get a real time report on their ratings. As another alternative: I
"Dusten" <[EMAIL PROTECTED]> wrote:
> fwrite($fp, " $result = mysql_query("SELECT * from winLoss WHERE
> login='$login'AND pass='$pass'");
>?>
> Ive ommited the redundant things. Basicly it just creates this: SELECT *
> from winLoss WHERE login=''
there are a few errors in here. number one being this.
echo "... mysql_query("SELECT ...";
do you see it? youve got the " in the middle there, that is ending your " "
section, not what you wanted right. second too is the fact anything in " "
will be evaluated, anything in ' ' will not.
fwrite($
4 matches
Mail list logo