12-27-2010, 01:54 AM
Great tutorial to learn the basics, thank you.
Creating a simple PHP/MySQL login script
|
12-27-2010, 01:54 AM
Great tutorial to learn the basics, thank you.
Pretty sure you need to add ,$link to all SQL statements.
PHP Code: $check = mysql_num_rows($result),$link; that's just one instance.
03-06-2011, 12:13 PM
Nice and simple tutorial. I like it.
05-11-2011, 04:19 AM
Nice tutorial! Maybe I can use it!
05-11-2011, 06:56 AM
(12-28-2010, 08:57 AM)Proof Wrote: Pretty sure you need to add ,$link to all SQL statements. No, the $link is optional, if not given PHP parser will look for an open connection, if nothing was found it will throw Fatal errors, however, setting active instance ($link) can improve security. Back on topic, nothing hard to do, but there are even good PHP coders that actually don't know how to do it.... Nice share, +rep. Kepp it up!!!!
05-11-2011, 07:05 AM
Great tutorial bro.!,
This will help me out...Thanks for sharing.
05-14-2011, 02:18 AM
Nice share great job
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers | tk-hassan | 0 | 936 |
07-27-2020, 11:26 PM Last Post: tk-hassan |
|
[PHP] Very Basic Login Page | BreShiE | 17 | 7,914 |
07-11-2013, 05:57 AM Last Post: 1n9i9c7om ツ |
|
[help] Improve login script | Montana" | 1 | 1,730 |
03-18-2013, 12:59 PM Last Post: Haxalot |
|
Req. Upload PHP script. | 3 X P L 0 I T | 1 | 1,329 |
07-14-2012, 05:19 PM Last Post: 'Snorlax |
|
Creating Dynamic images with PHP | Gaijin | 15 | 8,188 |
01-21-2012, 06:17 PM Last Post: Dube |