mysqli
the comment appears only after the last post
I made a comment page for the users to post and other people can comment on they posts it runs very good but there\'s one problem I think it\'s easy but I can\'t get it, when the user comment on post[详细]
2023-03-22 16:40 分类:问答Is it true that at times it may be more beneficial NOT to call mysqli_result::free, mysqli_result::close, mysqli_result::free_result
Is it true that at times it may be more beneficial NOT to call mysqli_result::free, mysqli_result::clo开发者_JAVA技巧se, mysqli_result::free_result especially when the page itself is short and since p[详细]
2023-03-22 09:35 分类:问答mysqi extension is missing
I had uncommented the \'extension=php_mysqli.dll\' in the PHP config file but I\'m still getting the error message that my mySQLi extension is missing. What e开发者_如何学Clse do I verify?After restar[详细]
2023-03-21 11:32 分类:问答MySQL to MySQLi Query issue when joining arrays
I\'m trying to convert some MYSQL querys to MYSQLI, but I\'m having an issue, below is part of the script I am having issues with, the script turn a query into csv:[详细]
2023-03-21 05:47 分类:问答Prepared statement not letting me call $mysqli->stmt_init()
I have done this before but am quite new to mysqli and prepared statements (as I\'m sure you can see from this issue).[详细]
2023-03-20 02:08 分类:问答How to get Mysqli Stmt to fetch multiple rows correctly?
I\'ve been reaching the end of my ideas with this crazy problem. Using mysqli I run the following query[详细]
2023-03-20 00:13 分类:问答Call to a member function bind_param() on a non-object (unable to solve despite research) [duplicate]
This question already has an answer here: What to do with mysqli problems? Errors like mysqli_fetch_array(): Argument #1 must be of type mysqli_result and such[详细]
2023-03-19 19:44 分类:问答Codeigniter join from multiple databases
Currently I have this not working code in my model: $this->db_site->order_by(\'id\', \'random\');[详细]
2023-03-19 14:27 分类:问答query doesn't return proper value
I have a query as given below: SELECT DISTINCT(FldStrategyID), FldTradeServerName,FldBaseDir,FldBinaryStartTime[详细]
2023-03-19 09:33 分类:问答Problem with SQL query when calling a static function from another static function in the same class
I\'m new to PHP, but not new to programming. I have a strange problem. It\'s such a simple thing, and I have the feeling the solution is simple also, but I tried for hours without luck.[详细]
2023-03-19 07:12 分类:问答