LarryUllman / phpmysqlvqp-5ed

Code for the book "PHP and MySQL for Dynamic Websites: Visual QuickPro Guide" Fifth Edition
82 stars 70 forks source link

Bug fix: password_hash() params #6

Open StevenWillett opened 4 years ago

StevenWillett commented 4 years ago

Small bug fix for the password_hash() function used in this code as only 1 parameter defined yet 2 must be declared and I have used what I believe to be the best option for this fix.

Hope this helps.