Does MySQL support parameterized queries (e.g., "INSERT INTO table
(Col1,Col2) VALUES (?,?)"), and if so, is there a PHP function that allows
you to create and attach parameters to MySQL queries?

Thanks,
Henry



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to