Hello, I need to know how to save data to my mysql database using php:
- this is my connection
$con = mysqli_connect($host,$user,$pw,$db) or die ("no conecta al servidor local");
mysqli_select_db($con,$db) or die ("no conecta a la b...
asked by
23.03.2018 / 18:03