Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP, MySQL

Status
Not open for further replies.

georgyboy

IS-IT--Management
Oct 20, 2002
197
AU
Can anyone explain to me why these two database programs get used so extenisvely within web development?? What are the advantages of using a database with a web site??
How hatd is it ot learn these programs??
 
Mysql is a database PHP is a serverside scripting language.

They are used extensively on the web for the following reasons
1) They are free
2) Most webservers provide them
3) PHP will do almost anything you want on the web and it is cross platform ie will run on different operating systems
4) Mysql is an extremel versatile DB system again ideally suited to web applications.

One of the advantages of using a database on a website is that you can keep all data separate from the actual webpages this allows for easy updating of the text within the pages and or you can create dynamic pages ie used in conjuction with php the web pages can be created on the fly using the info stored in the database.

Hope this helps
Ian Infinity exists! - I just haven't worked out a way to get there yet.

| |
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top