Support Forums

Full Version: Creating a simple PHP/MySQL login script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Great tutorial to learn the basics, thank you. Smile
Pretty sure you need to add ,$link to all SQL statements.

PHP Code:
$check mysql_num_rows($result),$link

that's just one instance.
Nice and simple tutorial. I like it.
Nice tutorial! Maybe I can use it!
(12-28-2010, 08:57 AM)Proof Wrote: [ -> ]Pretty sure you need to add ,$link to all SQL statements.

PHP Code:
$check mysql_num_rows($result),$link

that's just one instance.

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!!!!
Great tutorial bro.!,
This will help me out...Thanks for sharing.
Nice share great job
Pages: 1 2