Skip to content

PHP is stupid

cheetara:~ will$ php -r ‘pg_escape_string();’ Warning: pg_escape_string() expects exactly 2 parameters, 0 given in Command line code on line 1 cheetara:~ will$ php -r ‘pg_escape_string( “” );’ cheetara:~ will$

Published by  Published by xFruits

Original source : http://willj.net/blog/2007/09/19/php-is-stupid/…