People already saw this running somewhere but I can not remember where. and the following I want to give a echo
in my code and to display as it was the insert in Mysql type
$query1 = $conn->query("INSERT INTO dados1 VALUES (NULL, '".$nome."')");
$id_dados1 = $id_doutor;
echo "$query1";
And when I give echo
I need something like this to return
INSERT INTO dados1 VALUES (01, Joao)
To let me know how the insert got