Useful Resources
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Useful Resources
For posting links to resources you've found useful or feel others may find useful.
Please do not use this thread for discussions, rather, simply post the link to the content along with a short description
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
MySQL Cheat Sheet. Thanks to ~Everah for the links 
http://www.ilovejackdaniels.com/php/mysql-cheat-sheet/
http://www.ilovejackdaniels.com/php/mysql-cheat-sheet/
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
Another MySQL Cheat Sheet
http://www.pantz.org : Handy MySQL Commands
http://www.pantz.org : Handy MySQL Commands
Re: Useful Resources
HI,
This is a mysql wrapper I have created, http://www.phpclasses.org/browse/package/5221.html.
It Uses magic functions in PHP 5.and can do stuff like the following syntax which inserts a new row into a table `user`
$db->user=array('name'=>'User_1','no'=>23) ;
Regards
Max
This is a mysql wrapper I have created, http://www.phpclasses.org/browse/package/5221.html.
It Uses magic functions in PHP 5.and can do stuff like the following syntax which inserts a new row into a table `user`
$db->user=array('name'=>'User_1','no'=>23) ;
Regards
Max
Last edited by max529 on Tue Mar 31, 2009 6:39 am, edited 2 times in total.
Re: Useful Resources
I heard that there is site of training in sQL requests May be smbd tell me that site
Thank you
Thank you
Re: Useful Resources
The link in the second post is outdated. New link here. (MySQL Cheat Sheet)