Posts by lorenzzo • 36 points
2 posts
-
0
votes1
answer33
viewsA: Sql calculates date instead of inserting
Missing parentheses in sql. No need to use dots on variables: if you use single quotes on variables, then use double quotes on the SQL line. PDO has to prepare before executing. $query = $conn ->…
-
2
votes1
answer217
viewsQ: setCustomValidity does not work with Ajax
In a field change event I try to validate a username through an Ajax call. Apparently the setCustomValidity of Html5 does not work with jQuery. I ask for help for anyone who knows javascript.…
javascript-eventsasked lorenzzo 36