Search found 2 matches
- Wed Apr 09, 2014 12:31 am
- Forum: PHP - Code
- Topic: How to use PHP's password_hash() with MySQL statements?
- Replies: 2
- Views: 3374
Re: How to use PHP's password_hash() with MySQL statements?
Wow. Thank you very much requinix. Very easy understand explanation.
- Tue Apr 08, 2014 11:13 pm
- Forum: PHP - Code
- Topic: How to use PHP's password_hash() with MySQL statements?
- Replies: 2
- Views: 3374
How to use PHP's password_hash() with MySQL statements?
Hey guys! I am new to both php and mysql and am trying to understand what is going on in this function below. I understand the INSERT INTO portion but the bind_param is where it send to the database? Other question, how can I implement PHP password_hash() on the $item 'password' property and then st...