mysqli
why does this mysqli insert does not work?
I am 开发者_开发问答trying to use mysqli in object orientated way, this is the code: class conect {[详细]
2023-04-06 15:04 分类:问答errors with mysqli and its inheritance
Well I tried to extend the class mysqli with its inheritance called Database, which can retrieve database info easily(in one line if done correctly). It does not work out so far, as I am getting the f[详细]
2023-04-06 00:52 分类:问答Getting array from PHP function
My db table looks like that I\'m trying to get page title and content from this function function page($current, $lang){[详细]
2023-04-05 18:28 分类:问答After submitting a form to its self I get a blank page
I have a form that submits to itself and when I submit I get a header and the background but no content on the page, nothing below title in the html. It doesnt write to my database either, no erro开发[详细]
2023-04-05 12:57 分类:问答my sql query failing and yet returns no mySQL errors
I have been writing php and mySQL functions all day and as I was writing the simplest part of my project I have hit a wall.[详细]
2023-04-05 09:19 分类:问答mySQLi Prepared Statement: Fetch() Failing
My query keeps failing to fetch. It works just fine in my SQL Console so I\'m at a loss. Here\'s the code.[详细]
2023-04-05 04:25 分类:问答Having issue with Jquery UI autocomplete
My php code looks like that if (isset($_REQUEST[\'term\'])) { $term = trim(strip_tags($_REQUEST[\'term\']));//retrieve the search term that autocomplete sends[详细]
2023-04-04 22:13 分类:问答Is "key" a reserved word in MySqli? I'm getting an error
I\'m just getting into MySql/MySqli really, and I\'m using prepared statements. The whole of my script is working fine except this single line:[详细]
2023-04-04 16:02 分类:问答re SQL Injection Attack using MySQL, does this meet baseline requirements? [duplicate]
This question already has answers here: How can I prevent SQL injection in PHP? (27 answers) Closed 2 years ago.[详细]
2023-04-04 14:48 分类:问答Problem with wrong parameter count in mysqli
I created a function i intent to use in running my queries: function selectquery ($sql, $params) { $connection = getConnect ();[详细]
2023-04-04 11:58 分类:问答