On Fri, Apr 17, 2009 at 10:23 PM, Shawn McKenzie wrote:
> Adam Williams wrote:
> > Shawn McKenzie wrote:
> >>
> >> No. How about:
> >>
> >> while ($row = mysqli_fetch_array($mysqli_get_support_types_result))
> >>{
> >>echo "".$row['types'];
> >>}
> >>
> >>
> >
> > thanks,
Adam Williams wrote:
> Shawn McKenzie wrote:
>>
>> No. How about:
>>
>> while ($row = mysqli_fetch_array($mysqli_get_support_types_result))
>>{
>>echo "".$row['types'];
>>}
>>
>>
>
> thanks, now that you provided that, I see that I left out the $row
> variable!
>
And
Shawn McKenzie wrote:
No. How about:
while ($row = mysqli_fetch_array($mysqli_get_support_types_result))
{
echo "".$row['types'];
}
thanks, now that you provided that, I see that I left out the $row variable!
--
PHP General Mailing List (http://www.php.net/)
To uns
Bastien Koert wrote:
> On Fri, Apr 17, 2009 at 11:41 AM, Adam Williams
> wrote:
>
>> I have the code:
>>
>> $mysqli_get_support_types = "Select types from support_types order by
>> types";
>> $mysqli_get_support_types_result =
>> mysqli_query($mysqli,$mysqli_get_support_types) or
>> die(mysqli_err
On Fri, Apr 17, 2009 at 11:41 AM, Adam Williams
wrote:
> I have the code:
>
> $mysqli_get_support_types = "Select types from support_types order by
> types";
> $mysqli_get_support_types_result =
> mysqli_query($mysqli,$mysqli_get_support_types) or
> die(mysqli_error($mysqli));
>
> while (mysqli_fe
5 matches
Mail list logo