-
Magento Certified:
Certification Directory Profile
Employed At:
Lyons Consulting Group
Sr. Applications Engineer Twitter
- New Blog Post - Magento: Programmatically Modify Attribute Configuration - http://t.co/pqpi0Xe0 #Magento 2012/04/30
- New Blog Post: Magento - More Flexibility For Your Layout Updates - http://t.co/ZhB1qBYf 2012/04/26
- @DirtyLoops That's because you guys are ridiculously good. Please come out with an album so I don't have to keep using yotuube to listen! 2012/04/26
Categories
-
Recent Posts
Category Archives: MySQL
Using MySQL Through The Command Line
One of the most popular ways to view and work with a MySQL database is through a web app called phpMyAdmin. There are many other tools out there that you can use, but why use a tool when you’ve already … Continue reading
Connecting to Multiple MySQL Databases with PHP
I ran into a case where I needed to connect to two seperate databases within the same script, and I didn’t know how to do it without closing one connection, and opening another. With a little time and effort, I … Continue reading
Posted in MySQL, PHP
Leave a comment