Voting

: max(seven, four)?
(Example: nine)

The Note You're Voting On

davey at php dot net
18 years ago
To use "PDO::MYSQL_ATTR_USE_BUFFERED_QUERY" you should call
PDO::setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, true);

It will not work when passed into PDO::prepare()

<< Back to user notes page

To Top