1
Guys I’ve seen it working somewhere but I can’t remember where. And the next I want to give a echo
in my code and display how was the Mysql type Insert
$query1 = $conn->query("INSERT INTO dados1 VALUES (NULL, '".$nome."')");
$id_dados1 = $id_doutor;
echo "$query1";
and when I give the echo
I need you to give me back something like
INSERT INTO dados1 VALUES (01, Joao)
so I know how the Insert
With Pdo? or Mysqli?
$query1
has query return or false but not query string ...– rray
Maybe that answer answer.
– rray