Posted by MS on 07/30/06 14:27
"J.O. Aho" <user@example.net> wrote in message
news:4j1lg1F5slokU1@individual.net...
> MS wrote:
> > I need to run a php function within a query (creating a new column) of
the
> > results of the function so that I can filter on this new column.
>
> You will need to fetch the result to the PHP and there then populate a new
> query where you use the results to create your new column.
>
Thanks J.O Aho
Thats what i thought but was not sure if the function could be run during
the initial query.
Thanks
MS
[Back to original message]
|