php-db | 2002122
Date: 12/17/02
- Next message: David: "[PHP-DB] login won't log in, HELP"
- Previous message: tmb: "Re: [PHP-DB] How to return records in _random_ order ???"
- In reply to: Adam Voigt: "Re: [PHP-DB] Get error message, need help"
- Next in thread: Cornelia Boenigk: "[PHP-DB] Get error message, need help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you for your reply
I change it but now my page does nothing. I enter the user name and password click login, the page reloads the login.php
I will repost this with a new Subject line.
ThX
David
"Adam Voigt" <adam <email protected>> wrote in message news:1040055257.1011.1.camel <email protected>
Your missing a semicolon (;) after your first "$myquery =" line.
____________________________________________
----- Original Message -----
From: "David" <cddllc <email protected>>
To: <php-db <email protected>>
Sent: Monday, December 16, 2002 2:16 AM
Subject: [PHP-DB] Get error message, need help
> Hello all,
>
> I am new to PHP so I am going to need some help.
>
> I am trying to create a admin login page. But I am getting this error
> message:
>
> Parse error: parse error, unexpected T_VARIABLE in c:\program files\apache
> group\apache\htdocs\sunwestsilver\admin\tmpi5pcf76sy9.php on line 43
>
> tmpi5pcf76sy9.php is generated by Dreamweaver MX as a temp file from
> admin.php
>
> It is coming from this line:
>
> this is line 43 code
>
> # $myquery = .'" AND password = '" . crypt($password, "xpz8ty") . "'";
>
> The complete code is:
>
> // Query Database with username and encrypted password
> #$myquery = "SELECT * FROM user WHERE username = '" . $user
> #$myquery = .'" AND password = '" . crypt($password, "xpz8ty") . "'";
> #$result = mysql_query($myquery);
> #if (!$result)
> #{
> # $error = "Cannot run Query";
> #return($error);
> #}
>
> Any help will be nice.
>
> I got this code from Dreamweaver MX: PHP Web Development pg. 257
>
> Thanks
>
> David
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-- Adam Voigt (adam <email protected>) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc
- Next message: David: "[PHP-DB] login won't log in, HELP"
- Previous message: tmb: "Re: [PHP-DB] How to return records in _random_ order ???"
- In reply to: Adam Voigt: "Re: [PHP-DB] Get error message, need help"
- Next in thread: Cornelia Boenigk: "[PHP-DB] Get error message, need help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

