|
|
Browse by Tags
All Tags » php regular exp... » replace
-
Hi,
I am using PHP 5.2.1 and I have to implement a layer of abstraction into a user supplied SQL query. The user does not know the actual column names (let's call them "SQL columns"), but can use "easy" names for them (let's call them "PHP columns"):
I get a SQL where clause in the form of:
WHERE phpcol1 ...
|
|
|