Hi Mehdi,
On Sun, 2003-10-19 at 22:53, Mehdi Achour wrote:
> Hi Ali,
>
> From the documentation :
>
>object mysql_fetch_field ( resource result [, int field_offset])
>
> The example was good, it also may have be :
>
>$meta = mysql_fetch_field($result, $i);
>
> But in no way
>
>$
Hi Ali,
From the documentation :
object mysql_fetch_field ( resource result [, int field_offset])
The example was good, it also may have be :
$meta = mysql_fetch_field($result, $i);
But in no way
$meta = mysql_fetch_field($i);
I'm reverting and marking #25910 as bogus. Please pay more