Trying to put only the value of column id
from table existence
:
$sql_query_existence = "SELECT * FROM existence ORDER BY id DESC LIMIT 1";
$sql_test = $sql_query_existence['id'];
The second line is my idea, how do I do this right? Any suggestion is appreciated.