I have my database created, in it a table with the fields, ID, VALUE, VALUE2, TIME, I have my PHP file that I enter the values (VALUE AND VALUE2), which is this:
<?php
$conexion = mysql_connect("localhost", "usuarioservidor", "1234");...
asked by
06.04.2017 / 18:08