This has nothing to do with secur...@.
Forwarded to the correct list.

On 19.02.2009 10:37, peter.ml...@volny.cz wrote:
> Can you add to 'See also' on page
> http://cz.php.net/manual/en/function.mysql-fetch-array.php
> some function from page
> http://cz.php.net/manual/en/function.mysql-fetch-row.php
> ?
> Good is mysql_result(), may be more other function.
> 
> mysql_result is better, if you cen get count row
> $vysl = mysql_query($dotaz);
> $min = mysql_fetch_array($vysl);
> $min = $min[0];
> 
> $vysl = mysql_query($dotaz);
> $min = mysql_result($vysl,0);
> 
> Peter
> 
> 


-- 
Wbr, 
Antony Dovgal

Reply via email to