I am not able to save data in the mysql database with ajax, can anyone help? Not from error or anything, just does not save.
PHP:
$serve = mysql_connect('localhost', 'root', '');
if(!$serve){ echo 'erro';}
$db = mysql_select_db('observato...
asked by
03.10.2015 / 20:41