Okay I'm a Cold Fusion programmer trying to convert to PHP. My first question is, in PHP is there an equivalent to
<cfoutput query="somequery">
the query output
</cfoutput>
Or is there anyway to output data from a database without have to do a loop on an array?