Posted by comp.lang.php on 11/18/28 11:42
if ($willLimitByDB) $sql = preg_replace('/#([^#]+)#/i', '$$1', $sql); This does not give me the results I want, instead of the value of $where in $sql, I literally get '$where' instead. How do I substitute #where# with $where? Thanx Phil
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming