|
| ||||||||||
| Tags: admin login, login, php login |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| PHP Admin Login Error
PHP Code: PHP Code: PHP Code: Parse error: syntax error, unexpected T_BOOLEAN_AND in line 35. Why is that so? Could you all guys tell me where i am wrong and what should i do to make it correct ? |
|
#2
| ||||
| ||||
| Re: PHP Admin Login Error
Problem is on line 35. You closed the if(...) too early so when PHP found the && it got confused. Make it like this and hope you won't get error:- PHP Code: |
|
#3
| ||||
| ||||
| Re: PHP Admin Login Error
I would recommend something like Notepad++ for your PHP code, if you require a minimalistic feature full PHP editor or Eclipse PDT which has even a lot more. Because both of them have a so called "bracket match" capability which shows you exactly where you might have omitted your opening or closing brackets. That would have solved your problem right from the beginning and you would have time to spare on some other things more interesting from an omitted bracket. |
|
#4
| |||
| |||
| Re: PHP Admin Login Error
Thanks for all your help. I have made that amendments and no error comes up now. Thanks once again ! |
|
#5
| |||
| |||
| Re: Can't access index.php
Hi guy's, im new in php coding,. and i am having some problems logging in. i can access admin_login.php but after i login and press login button it redirect it to admin_login.php again where its supposed to be directing to index.php. PHP Code: Thanks. |
|
#6
| |||
| |||
| Re: PHP Admin Login Error
Hi sjb_jparedes, First of all, are you connecting to your db and have you tried echoing the number of rows to make sure you are grabbing any. Have you also tried to debug your query yet. eg PHP Code: |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "PHP Admin Login Error" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Battlefield 3 installation asking for admin login | aNaHiTa$ | Video Games | 2 | 30-10-2011 06:39 AM |
| Opera Unite Admin 404 Error | VAIL | Technology & Internet | 5 | 20-06-2011 07:52 PM |
| Every user needs admin to login them into Acrobat 9 | Madhuparna | Windows Software | 6 | 17-07-2010 12:04 AM |
| Non-admin users fail login with System Event Notification Service failure | John B | Vista Help | 7 | 10-07-2009 08:20 PM |
| Add users to local admin via login script | Allanoo | Active Directory | 3 | 26-04-2006 09:59 PM |