What wrong on my code with PDO insert to mysql
Questions: I try insert data to database but i always got error $insertTransaction = $odb->prepare("INSERT INTO `cq9_transactions` VALUES(NULL, :userId, :actionType, :account, :createTime, :endTime...
Questions: I try insert data to database but i always got error $insertTransaction = $odb->prepare("INSERT INTO `cq9_transactions` VALUES(NULL, :userId, :actionType, :account, :createTime, :endTime...
Questions: I do know that PDO does not support multiple queries getting executed in one statement. I’ve been Googleing and found few posts talking about PDO_MYSQL and PDO_MYSQLND. PDO_MySQL is a...
Questions: I have a function to update up to 3 fields in a mysql table. The function can receive all 3 fields to be updated or just 1 or 2 Right now I am doing it like this (it works) to construct MyS...
Questions: So we want to insert pdf files to a database from a directory. Here is the error: PHP Fatal error: Uncaught PDOException: SQLSTATE[42000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Ser...
Questions: I have laravel 5.6 and I need to connect it to a mssql remote. I have the db_lib driver. I’ve installed the freetds. These are the messages: PDOException : SQLSTATE[IM001]: Driver doe...
Questions: I implemented an ajax autocomplete search on my website with jQuery UI, and it’s doing very well, but I’m having an issue with the select that does not wanna work. The autocompl...
Questions: Why can’t I pass the table name to a prepared PDO statement? $stmt = $dbh->prepare('SELECT * FROM :table WHERE 1'); if ($stmt->execute(array(':table' => 'users'))) { var_dump...
Questions: Can someone help me understand how I would use a local jpg image in place of an icon on a Dropdown object in Semantic UI React? Here is a link to the following dropdown I am using, and how ...
Questions: i want to display users data in a table with the dropdown list , the first option shows all the users but when i click a name it still shows all users, i think i have some trouble in my aja...
Questions: I am trying to connect to a MySQL for Azure database from a Laravel application. I receive the following error: In PDOConnection.php line 50: could not find driver I searched for this and f...