I would like to access a MySQL database using PHP.
Can someone please explain the basic steps involved in doing that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest that you use the
mysqliextension as opposed to the old, insecuremysqlextension.First get familiar with database design, SQL and MySQL, then follow this link.
Still want an example? Here you go:
Nuff said.
Good luck!