Jump to content

A few questions about databases


Lord Dolmus

Recommended Posts

You don't have to use PHP or MySQL. There are many types of databases including SQL (MySQL is a special version of SQL that uses the same syntax with some modifications of it's own), Oracle, MS Access, etc. You can use a server-side language such as PHP, ASP(.NET), etc. to connect to the database to select, insert, update, delete information. You can embed the server-side language code to use the database, but it is its own language. You will probably have the biggest help using PHP and MySQL since there are more members here that use it, but other members might be able help you with the other language/database.If you want to use PHP/MySQL you can download and install WAMP or XAMPPhttp://www.wampserver.com/en/ - WAMPhttp://www.apachefriends.org/ - XAMPP (this allows you to use PERL/CGI and FTP).It will take sometime to learn so go to these sites and read their manuals.http://www.php.nethttp://www.mysql.comhttp://httpd.apache.org/docs/2.2/

Link to comment
Share on other sites

I use XAMPP, and must recommend it.

Link to comment
Share on other sites

You don't have to use PHP or MySQL. There are many types of databases including SQL (MySQL is a special version of SQL that uses the same syntax with some modifications of it's own), Oracle, MS Access, etc. You can use a server-side language such as PHP, ASP(.NET), etc. to connect to the database to select, insert, update, delete information. You can embed the server-side language code to use the database, but it is its own language. You will probably have the biggest help using PHP and MySQL since there are more members here that use it, but other members might be able help you with the other language/database.If you want to use PHP/MySQL you can download and install WAMP or XAMPPhttp://www.wampserver.com/en/ - WAMPhttp://www.apachefriends.org/ - XAMPP (this allows you to use PERL/CGI and FTP).It will take sometime to learn so go to these sites and read their manuals.http://www.php.nethttp://www.mysql.comhttp://httpd.apache.org/docs/2.2/
Hi there,What is WAMP exactly for? Is it a front-end, which makes it easier to use PHP/MySQL?Kurt
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
Is it just me that uses MySQL with Classic ASP? lol.
Yes. ASP(no offense) sucks, no matter if its with .net or not.i use http://apache2triad.net/ apache2triad. Its basically like XAMPP, but even more stuff. Also, it comes with a few MySQL utilities like the MySQL admin and the MySQL query browser for windows(come in real handy when you need to test some stuff out but your PHP pages are being difficult). Basically to create something in a database you have to have the database engine(a program that runs in the background) installed and running. Then you just use the database's syntax to create a table. All of this can be made incredibly easier if you use the MySQL query browser/admin that comes with Apache2Triad. If i dont use A2T for anything else, its the Query browser.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...