PDA

View Full Version : Cool MySQL stuff?


xero-infinity
4-24-02, 06:53 PM
Whats some cool stuff I can do with MySQL? I wanna test it out with some of the best stuff. Anyone have any links or anything?:)

Atomic-Design
4-24-02, 09:15 PM
My favorite thing about MySQL is how it can save data, so that you can update websites by using a form on another website you made. (so you don't have to keep FTPing). Simply save the data to a table, then print the data on your website!