Contact SCD Services SCD Services Site Map SCD Services Web Design
SCD Services Web Design
All About SCD Services
What SCD Services has to offer
View what we done for others
Contact SCD Services now
Featured Client - Camp Jump Start
Mailing Address & Phone Numbers
1022 Fox Chase Industrial Dr.
Arnold, MO 63010
Office: 636-282-1530
Fax: Line: 636-287-1330
Toll Free: 1-877-892-SCDS (7237)
sales@scdservices.com

MySQL - PHP Questions

How can I learn more about using MySQL with PHP ?
There are numerous resources available on the Internet. We have found a couple of good tutorials:
  • WebMonkey has a good tutorial on how to use the power of PHP with the MySQL database. It includes code samples and step by step instructions. Your can read this article here.

    NOTE : To connect to your own database, the mysql_connect function should look similar to this,
    $db = mysql_connect("mysql.scdservices.com","db_user_name","db_password");
    The database you connect to is the database name you have created through the Members area.
    e.g. mysql_select_db("db_name",$db);

    Having problems running your script? Check our Script FAQ.

  • MySQL and SitePoint provide an in-depth look at using PHP and MySQL as a powerful combination to provide dynamic content in your web-site. Installation instructions are also included if you wanted to install MySQL and PHP on your own testing machine. Windows users do not have to buy the latest version of MySQL, older versions are available for free and are more then sufficient.

  • MySQL uses the SQL(Structured Query Language) format to manage a database. If your SQL skills are a bit rusty, the following tutorial should help. Learn more about SQL.

  • Good PHP resources are availabe at http://www.php.net and http://www.phpbuilder.com. The PHP.net language reference manual is available here.

    Return to the FAQ and Tutorials Main Menu

  • Subscribe to our newsletter:
    Your Email Address:

    * We will never use or sell your information provided to us to solicit spam or any type of third party email services. We hate spam just as much as everyone else!
     
    Customer Testimonial:
    “SCD Services sustains high quality customer service for web design, web hosting, and business identity kits through personal accountability and professional commitment.”

    Jean Huesling (Owner)
    htttp://www.CampJumpStart.com


    Quick Jump Links