Proposed:MySQL Basics
From JumbaWiki
(Redirected from MySQL Basics)
So you want to set up a database-driven website? Here's some tips and info to get your started.
SQL commands are sent to a MySQL database through web-based server-side programming code, usually PHP or ASP.
The first thing you need to do is connecting to the database. Then you can start listing, adding, updating and deleting items.
Use the menu below to browse the basic commands.
See also
| MySQL Basics |
|---|
| Connect/Disconnect | Select | Insert | Update | Delete |
| Code Basics |
|---|
| ActionScript | ASP | ASP.NET | CGI | ColdFusion | CSS | HTML | Java | JavaScript | JSP | MySQL | Perl | PHP | XML | XHTML |
Categories: MySQL | PHP

