Posts by Gerson Abimael • 1 point
2 posts
-
-1
votes2
answers348
viewsA: php connection to mysql
Friend, your code is a little strange, I believe that in this part you should pass the variables $servername, $username, $password, $dbname . right? would look like this: $conn =…
-
0
votes0
answers39
viewsQ: intval() changes values
Today I was making a web application working with $_REQUEST. However I noticed that when performing an UPDATE the value went wrong, and when I looked at the functions in php, that was the most…