Help PHP Login
#6

I don't recommend writing your own panel if you have no experience.
  • $_POST['username'] is not a safe string. Don't use it directly in a query. A user could basically supply anything here, possibly corrupting the query.
  • Don't use the 'mysql' module; it's deprecated. Use mysqli or PDO instead.
  • The <center> tag is deprecated, as is the <font> tag (since 1999, no less). Use CSS for styling.
Reply


Messages In This Thread
Help PHP Login - by CoR3 - 22.09.2014, 18:32
Re: Help PHP Login - by Stinged - 22.09.2014, 18:38
Re: Help PHP Login - by dusk - 22.09.2014, 18:50
Re: Help PHP Login - by CoR3 - 22.09.2014, 19:10
Re: Help PHP Login - by pEmanZ - 22.09.2014, 19:50
Re: Help PHP Login - by Vince - 22.09.2014, 20:04
Re: Help PHP Login - by CoR3 - 22.09.2014, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)