|
|||
guide me pleaseee
hello...tolong aku sikit.....aku dah kasji kod ni dah dekat 4 jam dah ni...aku x tau dah nak buat apa ngan eror yang aku dapat ni....
macam ni....aku try nak buat authentication page.... index.php----page utk lgin proses.php---script nak proses username/pass from index.php member.php----klu login succes nak redirect ker page ni... ni coding utk index.php: PHP Code:
PHP Code:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #2' at line 1... so kengkawan tolong aku yer..... Last edited by mysticmind; 13-09-2006 at 02:09 PM. Reason: change php code to colored view. |
|
|||
I think the problem is with your query.
The word "user" is actually a reserved word in MySQL. You can either use : Code:
Select * from `user` ... Or rename your table to other name except "user" My advice is, try not to use keyword as table or column name. Name a table with a prefix like AppName_user (example, if your system is call ABC, then user ABC_user, ABC_doc, ABC_tablename ...). This practise makes your database easier to manage because you know which table belongs to which system. Hope this solve your problem |
|
|||
thnks guys....aku dah solve sendrik kod aku tu...
aku tukar dari yg ni: $query=mysql_query("select * from user where usern='".$_POST['nama']."' and pass='".$_POST['pass']."',$conn") kepada ni: $query=mysql_query("select * from user where usern='".$_POST['nama']."' and pass='".$_POST['pass']."'") problem solved.... |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Myinfo guide | razim172 | Websites Review and Suggestion | 0 | 17-10-2006 12:50 PM |
| My Info Guide | razim172 | Websites Review and Suggestion | 0 | 08-09-2006 10:29 AM |
| paysat integration guide | tomy_orange | E-Commerce | 0 | 13-09-2005 12:21 AM |
| Web Style Guide | lcf | Websites Review and Suggestion | 5 | 24-05-2004 06:07 PM |
| My Palm Guide | ibnu_ariff | Websites Review and Suggestion | 4 | 03-10-2003 12:27 AM |
All times are GMT +8. The time now is 02:22 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.











Linear Mode

