Feegalo Vita - 2021-02-20 18:58:11
I have been used to mysql. I stoped developing for a long time and now find my things have changed with php7--.
I created a nested database in mariadb and connected successfully to php mysqli.
-----db format-----
db(db[tabs],db[tabs],db[tabs]).
-----connection format-----
function con(host,user,pwd,$db)
$db is provied on function call
the problem is that this seem to work nicely for reading rows but doesn't work for inserting