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 (35)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

July 3, 2008
Poll: Which Web editor do you use?
About
 
July 3, 2008
Book Review: Head First JavaScript
WebReference.com
 
July 3, 2008
10 Things You Can Do With a Wiki
About
 
July 2, 2008
Web Host Reviews - 10 New Reviews
About
 
July 2, 2008
14 Reasons You Should Join a Social Network
About
 
July 1, 2008
Mark Boulton's Freelance Design Secrets
SitePoint
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /PHP /Database-Related

PHP & MySQL basics 

  Views:    16333
  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