In your documentation it states that you can use the SELECT query with textdb, I was wondering if you could give me some idea on how to implement this?
Logged In: YES user_id=373514
$db->exec("select * where dbheader='value'");
is the basic syntax.
Log in to post a comment.
Logged In: YES
user_id=373514
$db->exec("select * where dbheader='value'");
is the basic syntax.