PHP Video: always MySQL with PHP?

June 3, 2009

php video

Hi,

In this HD video (running time: 4:06), I answer a question put to me recently:

Should you always use MySQL as your database when working with PHP?

Yes, this is a beginners question, I know. Nonetheless, it is a legitimate question that I think is worthy of comment. In answering this question though, I briefly talk about the other database options you have with PHP.

The video:

MySQL with PHP

Note: I am using Youtube’s new HD streaming capabilities as an experiment. This is 720p video so you should have a fast connection to watch it, or some patience. If you find the video is stuttering, just press ‘play’, then pause it and then give it a minute or two to download.

Thanks,

Stefan Mischook

7 Responses

  1. Stefan Mischook Author June 3, 2009 at 5:51 pm

    Hi,

    I just wanted to point out that in the video I mentioned ‘MySQL Lite’ … it is actually called SQLite.

    SQLite is embedded with PHP 5 and is an option for those who may not need all the power of MYSQL AND you want a database that will be consistent across all PHP 5 installations.

    … Oftentimes you will find different host running different version of MySQL and that can cause problems occasionally.

    Stefan

  2. John F Author June 4, 2009 at 4:22 am

    Thanks Stefan for your wonderful video clips you send me.
    I have one simple question; ie where can I find resources (CSS, PHP & Javascript) to help me become a top class web designer and developer? or In words do you have videos on ADVANCED topics on maybe PHP ,ZENDFRAMEWORK, JOOMLA etc that can train me to design world class websites?

    So far I’ve studied your videos on PHP and Javascript, and l enjoyed them. Keep it up and thanks so very much.

  3. mary Author June 4, 2009 at 5:45 pm

    Stefan

    Thanks for the excellent overview. I’ve bought and watched the paypal shopping cart video and so was better able to understand what you mean about using XML versus MySQL for storing product information.

    Excellent as always. And the HD resolution is awesome and a pleasure to watch.

    Looking forward to more PHP related tutorials!

    mary

  4. Stefan Mischook Author June 10, 2009 at 12:05 am

    Hi Mary,

    I appreciate the kinds words.

    More on the way …

    Stefan

  5. Stefan Mischook Author June 10, 2009 at 12:06 am

    Hi John,

    We do have ZENDFRAMEWORK tutorials – just do a search for them.

    Stefan

  6. Tom Nutwood Author July 9, 2009 at 5:09 pm

    Hello Stefan!

    I just want to say you Grand Mersi for all your efforts that helped me to advance my programming skills from zero level to developed enough! I like to see your video tutorials very much! Thank you so much!

    Tom

  7. Stefan Mischook Author July 10, 2009 at 11:05 am

    I’m happy to hear I could help Tom

    Stefan

To Top