Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating and inserting data into a PHP and MySQL Database
#8
Also not to forget XSS protection.
PHP Code:
$user htmlspecialchars($usernameENT_QUOTES);
$pass htmlspecialchars($input_passENT_QUOTES); 
Reply


Messages In This Thread
RE: Creating and inserting data into a PHP and MySQL Database - by AceInfinity - 01-14-2012, 07:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  database problem danjohnson 0 1,175 11-13-2012, 10:56 PM
Last Post: danjohnson
  vb6.0 + mysql Anurag.91 1 1,668 09-08-2012, 04:19 PM
Last Post: spesificrelax
  Database accessing in .NET MikeHenery9 1 1,459 07-14-2012, 06:37 PM
Last Post: 'Snorlax
  VB.NET MySql , Help please booterphhp 2 1,709 03-19-2012, 11:13 AM
Last Post: RainbowDashFTW
  [TUT] Include mySQL into php. MyNameIs940 48 23,167 01-14-2012, 04:45 PM
Last Post: Strafeness

Forum Jump:


Users browsing this thread: 1 Guest(s)