Posts by Wagner EstilloWeb • 11 points
4 posts
-
-1
votes2
answers822
viewsA: Import data from a mysql table
Thanks for the help, guys. I solved it, but in the most complicated way. I generated a file for import via phpMyadmin, as follows: echo "INSERT INTO immobles (code,cod_int,control) VALUES…
-
1
votes2
answers822
viewsQ: Import data from a mysql table
I have a database Mysql and I am trying to import the data from a table that the customer passed to my default table. Using the script below, no error appears, however import is not done, table…
-
0
votes1
answer93
viewsQ: Problem saving mysql decimal field
Out of nowhere began a problem I found no explanation. Follow my code, explaining the problem. Here I receive the data: $venda = $_POST['f_venda']; //Sim $preco_venda = $_POST['f_preco_venda'];…
-
-2
votes1
answer440
viewsQ: Generate sequential numbers for draw
I am creating an online draw system in PHP and Mysql. First I create the draw where I inform the prize and its details, among them the amount of coupons, beginning at a specific number. To put it…