I'm trying to insert and send some data through url, but I do not have the result, with a specific variable.
require('conex.php');
mysql_connect($host,$user,$pass);
mysql_select_db($database) ;
if( isset($_POST["MM_insert"])){
for($i=0; $i...
asked by
16.06.2016 / 14:19