Problems related to changing PDO from SQLITE to MYSQL
Source: Internet
Author: User
I have written a small code to use PDO to connect to SQLITE. now I am connected to MYSQL. the Fatalerror: Calltoamemberfunctionfetch () error is returned () onanon-object prompts no fetch method. how can this problem be solved? Corresponding line of code: PDO connection from SQLITE to MYSQL
Please refer
I wrote a small code and used PDO to connect to SQLITE. everything works.
An error is reported when I connect to MYSQL.
Fatal error: Call to a member function fetch () on a non-object
What should I do if there is no fetch method?
Corresponding line of code:
$ SQL = "select * from url where long = '$ _ POST [url]'"; // query whether the url is already in the database
$ Query = $ db-> query ($ SQL );
$ Row = $ query-> fetch ();
------ Solution --------------------
$ SQL = "select * from url where 'long' = '$ _ POST [url]'";
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service