Posts by Vitor Augusto • 57 points
3 posts
-
2
votes1
answer1141
viewsQ: Passing values from checkbox
Good afternoon, I need to pass the values selected from a checkbox to a page through a form by Post and save them in a database, but I’m not getting, could help me? Follows the code: Form: <form…
-
0
votes1
answer62
viewsQ: Problems while recovering Mysql data
I am trying to recover data from Mysql database for a form, I managed to recover some data but others display - Resource id #7/#4 PHP: @$id = $_GET['v']; $res=mysql_query("select * from login where…
-
3
votes1
answer1183
viewsQ: Mysql database connection issues
I am trying to create a system for college, but I have an error when trying to connect with Mysql, I am using PHP and Xampp. Error: Fatal error: Call to Undefined Function mysqli_conect() in C:…