python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Update db with hashed pw using the password_hash and password_verify
I am just a little confused as to where I can fit it in this file. The file is for pw validation currently but I would like the pw to be hashed using password_hash. That being said I understand how pa...
Liam Arscott B
Votes: 0
Answers: 1
Fast way to find out if one value of one column exists in the same table with 2 or 3 other values
I have 3 tables. One for products, one for tags and one for products-tags-associations.
The tags have different levels and work like categories and subcategories, but the tags are not associated direc...
Suzanne Edelman
Votes: 0
Answers: 1
PHP MySQL prepared statement: procedural Insert / update example
I struggle to understand prepared statements in PHP to allow users to edit a MySQL-database.
The user input is UTF-8, typical examples are the name in Arabic, Chinese, ... It also generates a problem ...
Juergen
Votes: 0
Answers: 1