Posts by Ivan Zanoth • 19 points
3 posts
-
1
votes0
answers15
viewsQ: mysql query or php
??????????? <div class="aa-search-box"> <form action="" method="get"> <input type="text" name="cat" placeholder="Pesquisar aqui. Ex.: 'CA 5111"> <button…
-
-1
votes1
answer19
viewsQ: Fetching array Mysql
The code returns the error Warning: mysqli_fetch_array() expects Parameter 1 to be mysqli_result, string Given in uvas checkout.php on line 262 is the same structure used in other blocks. ???…
mysqlasked Ivan Zanoth 19 -
0
votes1
answer177
viewsQ: How to submit the form only if the field is completed
In the form below, I ran tests with the blank fields, but the function validate does not seem to be called. In addition, the PHP program (if(isset($_POST['register']))) will only run if the event…