is it possible to have php function() and sql run togather?

Misty

New Member
Say there is a special php function named foo($number) that returns double the value of its input. Further, say there is a table that contains the column "number." Is there a way so that I can run a query and get the following:\[code\]Number | Double================1 | 25 | 10\[/code\]
 
Back
Top