Posts by Ricardo Roque • 1 point
1 post
-
0
votes0
answers49
viewsQ: Find a record using the value of a cookie
I can’t find a value in the database by a select using as reference a variable from a cookie: $query = "SELECT * FROM carrinho WHERE dono = '$dono'"; However, if you search using the variable text,…