Posts by Victor Hugo • 3 points
2 posts
-
0
votes2
answers196
viewsQ: Capture set cookie
I am developing a system and my idea is to use cookies to save the data (at least the login). I have the login page (login.php), and a Javascript sending the data via AJAX from the login page to PHP…
-
0
votes1
answer680
viewsQ: How to check if it already exists in the database and update
Well, I’m trying to update and check if what I’m updating already exists, I can check if it exists, but there’s a problem, as I’m updating a data, it will always exist, if I take the function that…