Posts by rasec • 5 points
2 posts
-
0
votes1
answer28
viewsQ: Question about "->"
Good morning, I have the following code snippet: $sql = "SELECT * FROM users WHERE user_name = '" . $user_name . "' OR user_email = '" . $user_email . "';"; $query_check_user_name =…
-
-1
votes1
answer131
viewsQ: Problems with three Forms and picture box
Hi, here’s my scenario: - Configuration form (name, e-mail and a photo) - ABC form - which has a form that opens by clicking on a ABC form button - BCA form - which has a form that opens by clicking…