News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
The Problem with PHP's Prepared Statements
August 09, 2010 @ 10:09:01

On NETTUTS.com there's a new tutorial talking about the problem with PHP's prepared statements, mainly due to their flexibility.

There are a couple issues that appear to make these methods less flexible than we'd hope. For one, we must utilize the bind_result method, and pass in a specific number of variables. However, what happens when this code is within a class, and we won't immediately know how many variables to pass? Luckily, there's a solution! I'll show you what it is in today's video tutorial.

The tutorial is screencast but they've also included the full code ready for cut and pasting into your favorite editor of choice.

0 comments voice your opinion now!
tutorial screencast prepared statement


blog comments powered by Disqus

Similar Posts

Site News: Blast from the Past - One Year Ago in PHP

Zend Developer Zone: The Storage Medium

PHPMaster.com: Generating Invoices with Zend_Pdf

Script-Tutorials.com: How to use Memcache with PHP

NETTUTS.com: A Better Login System


Community Events











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


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

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