[PHP] Re:SOLVED [PHP] How to parse db-stored code

2002-03-20 Thread heinisch
At 20.03.2002 12:17, you wrote: SOLVED ! > > I have stored several selects in a mysql-db, > > it is possible to parse the answer, but I couldn“t remember how. > > f.e. > the answer on a query is: > > select * from somewhere where foo='$foo' and foofoo='$foofoo' > > this is a string, what is the m

[PHP] How to parse db-stored code

2002-03-20 Thread heinisch
Hi Folks, I have stored several selects in a mysql-db, it is possible to parse the answer, but I couldn“t remember how. f.e. the answer on a query is: select * from somewhere where foo='$foo' and foofoo='$foofoo' this is a string, what is the method to make the $foo-vars "real" vars? TIA Oliver