[PHP-DB] processing data from mysql queries with php

2002-01-11 Thread Keith Posehn
Quick question for you guru's out there: I have a set of dynamic pages. In the mysql database, I have most of my content stored and retrieve it with queries sent from php. Is there a way to have php send the query, get the data which _includes_ php code in it, and then process the code from the q

Re: [PHP-DB] processing data from mysql queries with php

2002-01-11 Thread Bogdan Stancescu
I don't know for sure if this works, but you may try simply adding a line with the name of the variable in the PHP code. For example, this works - I don't know, however, if it works with multiple lines: HTH Bogdan Keith Posehn wrote: > Quick question for you guru's out there: > > I have a se

Re: [PHP-DB] processing data from mysql queries with php

2002-01-11 Thread Jason Wong
On Saturday 12 January 2002 06:43, Keith Posehn wrote: > Quick question for you guru's out there: > > I have a set of dynamic pages. In the mysql database, I have most of my > content stored and retrieve it with queries sent from php. Is there a way > to have php send the query, get the data which