Question:

How do I access a MySQL database (that I created through phpMyAdmin), in my Php program?

by  |  earlier

0 LIKES UnLike

How do I access a MySQL database (that I created through phpMyAdmin), in my Php program?

 Tags:

   Report

1 ANSWERS


  1. The functions you will want to use are:

    mysql_connect, mysql_select_db, and a variety of others to get started.

    http://php.net/mysql_connect

    That has a great example of code.

    Take care,

    Chad

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions