Davey
05-09-2003, 09:29 PM
For example:<?php
$blah="testing123";
$test=$DB_site->query_first("SELECT * FROM test");
echo("$test[test1]");
?>
Does this 'query_first' as opposed to 'query' mean that it calls mysql_fetch_array into the variable that the query is stored, as well as just storing it there?
Dave.
$blah="testing123";
$test=$DB_site->query_first("SELECT * FROM test");
echo("$test[test1]");
?>
Does this 'query_first' as opposed to 'query' mean that it calls mysql_fetch_array into the variable that the query is stored, as well as just storing it there?
Dave.