I wanted to use the select of a mysql query as the input to the next mysql query.
The output of the first query is stored in $result.
Can I do select * from $result.
If not is there any other way.
The output of the first query is stored in $result.
Can I do select * from $result.
If not is there any other way.
Comment