Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-23-2006, 11:25 PM   #1 (permalink)
 
Monster Techie

Join Date: Dec 2004

Posts: 1,145

Snake-Eyes

Default SQL's and PHP

I've been searching everywhere and can't find an answer to three questions:

1) What are MySQL and PostgreSQL for?

2) What's the difference between MySQL and PostgreSQL?

3) What is PHP for?

All help is highly appreciated. I've been looking into more advanced website design, and a lot of sites i've been to say i should also read up on MySQL/PostgreSQL and some even say PHP, but i have no idea what any of it does or is.
__________________
Snake-Eyes is offline  
Old 09-24-2006, 02:22 PM   #2 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

1. MySQL and PostgreSQL are database servers.

2. Dunno but MySQL seems more popular.

3. PHP is a programming language for writing dynamic websites.
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
Old 09-25-2006, 06:08 PM   #3 (permalink)
 
Monster Techie

Join Date: Dec 2004

Posts: 1,145

Snake-Eyes

Default

Is learning MySQL/PostgreSQL essential when building a website?

Also, what defines "dynamic?" To me, a dynamic website can mean one that has a sort of "news update" weekly (or whatever interval), and it can mean one that changes it's complete layout every [insert interval].
__________________
Snake-Eyes is offline  
Old 09-25-2006, 06:24 PM   #4 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

Quote:
Also, what defines "dynamic?" To me, a dynamic website can mean one that has a sort of "news update" weekly (or whatever interval), and it can mean one that changes it's complete layout every [insert interval].
Close...A dynamic website is one that changes it's content for any given situation. Different user, different events, different time, different mouse clicks even.

Quote:
2) What's the difference between MySQL and PostgreSQL?
Dunno but MySQL seems more popular.
MySQL is more robust for large scale and enterprise size Database Servers. Both are open source, but MySQL tends to be part of the LAMP software package,
Linux
Apache
MySQL
Perl/PHP/Python
Though there are other variations, but it mainly competes with J2EE and MS .NET

PHP is actually defined as a scripting tool. It can be used similar to Adobe's ColdFusion, where a page is created with php tags, and the php software on the server takes those tags and followes the instructions in them
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On