Posts by DarkJontex • 75 points
7 posts
-
0
votes2
answers191
viewsQ: java lib for hardware query
I am wanting to check on a VM of mine at Amazon if the hardware I bought is really what they offer me. I would like to make a framework or API just to check the amount of memory, HD and processor.…
javaasked DarkJontex 75 -
1
votes1
answer214
viewsQ: Filter search does not work
I have a form that passes the query data and an external PHP file called busca.php My problem is that I don’t get any php error to know the problem of it not finding the filter search. When I use…
-
2
votes1
answer847
viewsQ: error in mysqli query
Person, how I fix this my code, it is giving error: <?php //IMPRIME TODOS OS VALORES DO BANCO CADASTRO $servidor = "localhost"; $usuario = "root"; $senha = "admin"; $banco = "cadastro";…
-
1
votes3
answers30995
viewsA: Insert date in Mysql via PHP
I got it thanks to the hardware people: http://www.hardware.com.br/comunidade/data-duvida/902709/ For those who have the same doubt I had the implementation I used was as follows: `$data =…
-
1
votes3
answers30995
viewsQ: Insert date in Mysql via PHP
I want to insert an HTML FORM that I made the field DATE, however it is in format dd/mm/yyyy and mysql only accepts yyyy-mm-dd. How do I convert the date to insert correctly into the Mysql database…
-
0
votes4
answers1559
viewsQ: Jquery does not work in PHP
I don’t know why. The page doesn’t work. Does anyone know how to help me figure out the problem? I want the date mask to work in the fields data and in the field Venc_Garantia someone can help me?…
-
0
votes2
answers479
viewsQ: I cannot insert in related tables
I am in trouble. I normally insert in the table "equipment" of my code and normally populate the mysql BD. However, the table "dell" is empty, even passing the reference of the ID of the table…