PHP » GoLang |
login |
register |
about
|
mysqli::querymysqli_query(PHP 5, PHP 7) mysqli::query -- mysqli_query — Performs a query on the database DescriptionObject oriented style Procedural style
Performs a For non-DML queries (not INSERT, UPDATE or DELETE), this function is similar to calling mysqli_real_query() followed by either mysqli_use_result() or mysqli_store_result().
Parameters
Return Values
Returns Changelog
ExamplesExample #1 mysqli::query() example Object oriented style
<?php Procedural style
<?php The above examples will output: Table myCity successfully created. Select returned 10 rows. Error: Commands out of sync; You can't run this command now See Also
|
more
Recently updated
more
Most requested
more
Last requests
|