mysqli commands

Questionsmysqli commands
Vygandas asked 3 weeks ago

Hello,

Could not find in docs db/mysqli manipulation commands like
$g->execute_query $g->get_one
( I need fetch_array in my case)

1 Answers
Abu answered 3 weeks ago

There are 3 functions:

$g->execute_query($sql, $data)

$g->get_one($sql, $data)

$g->get_all($sql, $data)

$data is the optional param, that takes array to be used for named param of query.

Your Answer

14 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?