Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a simple PHP/MySQL login script
#11
Great tutorial to learn the basics, thank you. Smile
Reply
#12
Pretty sure you need to add ,$link to all SQL statements.

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

that's just one instance.
(11-23-2010, 08:40 PM)Guest Wrote: Alright, did the 'Support' get removed from SupportForums?
You're not a good Emotional Helper.
Reply
#13
Nice and simple tutorial. I like it.
Reply
#14
Nice tutorial! Maybe I can use it!
Reply
#15
(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!!!!
Reply
#16
Great tutorial bro.!,
This will help me out...Thanks for sharing.
Reply
#17
Nice share great job
Reply


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 775 07-27-2020, 11:26 PM
Last Post: tk-hassan
  [PHP] Very Basic Login Page BreShiE 17 6,922 07-11-2013, 05:57 AM
Last Post: 1n9i9c7om ツ
  [help] Improve login script Montana" 1 1,530 03-18-2013, 12:59 PM
Last Post: Haxalot
  Req. Upload PHP script. 3 X P L 0 I T 1 1,186 07-14-2012, 05:19 PM
Last Post: 'Snorlax
  Creating Dynamic images with PHP Gaijin 15 7,376 01-21-2012, 06:17 PM
Last Post: Dube

Forum Jump:


Users browsing this thread: 1 Guest(s)