iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 9, 2008
Form Field Hints
EarthWeb.com
 
May 8, 2008
Meet The Hardy Heron: What's New in Ubuntu 8.04
OReilly Network
 
May 8, 2008
Does Enterprise Development Have to Be Painful? (Part Two)
OReilly Network
 
May 8, 2008
Perl Pragma Primer
WebReference.com
 
May 8, 2008
1 comment
.net
 
May 7, 2008
Poll: Do you check the download speed of the pages you build?
About
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /PHP /Database-Related

PHP & MySQL basics 

  Views:    15470
  Votes:    2
by John Doe 11/26/03 Rating: 

Synopsis:

This article will guide new PHP developers to create simple scripts interacting with a MySQL database.
Pages: firstback2 3 forwardlast
The Article

MySQL is the most used DataBase in PHP. Just because it's very simple to use, and make information manager very simple.

before starting:

1. What is a DataBase?
DataBase, or DB, is a "information storaging software". It may have client's information, messages, user information, and much more.

2. What is MySQL?

MySQL is one "type" of DataBase. There are a lot of them, Oracle, MSQL, Acess... This article will only teach about MySQL.

Reference Guide
PHP and MySQL functions guide:
http://www.php.net/mysql
MySQL official site: http://www.mysql.com 

Pages: firstback2 3 forwardlast

Similar/related articles:


 
  Sponsors