| php Programming Glossary: fetchpicturesPHP PDO bindValue in LIMIT http://stackoverflow.com/questions/2269840/php-pdo-bindvalue-in-limit  PDO bindValue in LIMIT  Here is a snapshot of my code fetchPictures PDO prepare SELECT FROM pictures WHERE album albumId ORDER BY.. WHERE album albumId ORDER BY id ASC LIMIT skip max fetchPictures bindValue ' albumId' _GET 'albumid' PDO PARAM_INT if isset _GET.. albumId' _GET 'albumid' PDO PARAM_INT if isset _GET 'skip' fetchPictures bindValue ' skip' trim _GET 'skip' PDO PARAM_INT else fetchPictures.. 
 |