News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
MySQL and PHP How to make it work without killing your server
May 14, 2009 @ 11:16:39

On PHPBuilder.com today there's a new article looking at how to get PHP and MySQL working together on your server and make the connection between the two in a simple script.

Until you properly understand what happens in the background--on the server--while your code is being processed, you will not have the tools to eliminate slow server responses. I am not, however, talking about the actual machine process that happens on the server. I am simply talking about what happens when you type echo, or print, or foreach. What are you telling PHP to do?

They start with a basic look at working with PHP then move on to creating a simple database interface class. With this in had, they show how to create a simple abstracted query and handle the results.

0 comments voice your opinion now!
database abstraction mysql tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Debugging PHP applications with xdebug

Kristian Kohntopp's Blog: Annotations to "Five Common PHP database problems"

Komunitasweb.com: CodeIgniter Tutorial - ORM with DataMapper

Internet Super Hero: PHP: mysqlnd and its tests

Developer Drive: Creating a PHP User Survey: Writing to Database Tables


Community Events











Don't see your event here?
Let us know!


framework community unittest interview code testing phpunit release zendframework2 application tool language introduction development example conference functional series podcast opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework