Connecting Tech Pros Worldwide Help | Site Map

Mysqli class

Hayden Kirk
Guest
 
Posts: n/a
#1: Jul 17 '05
Can anyone tell me out to make a new mysqli class.

Im going $var = new mysql();

I get an error unknown class, php 5.0.3

Thanks


Tony Marston
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Mysqli class


Read the manual. The class name is MYSQLI, not MYSQL.. (note the final 'I').

--
Tony Marston

http://www.tonymarston.net


"Hayden Kirk" <hayden 90 @ xtra . co . nz> wrote in message
news:Gso0e.12338$1S4.1281912@news.xtra.co.nz...[color=blue]
> Can anyone tell me out to make a new mysqli class.
>
> Im going $var = new mysql();
>
> I get an error unknown class, php 5.0.3
>
> Thanks
>[/color]


Hayden Kirk
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Mysqli class


Sorry

That was a typo, im typing mysqli.


"Tony Marston" <tony@NOSPAM.demon.co.uk> wrote in message
news:d1tmb2$hnd$1$8300dec7@news.demon.co.uk...[color=blue]
> Read the manual. The class name is MYSQLI, not MYSQL.. (note the final
> 'I').
>
> --
> Tony Marston
>
> http://www.tonymarston.net
>
>
> "Hayden Kirk" <hayden 90 @ xtra . co . nz> wrote in message
> news:Gso0e.12338$1S4.1281912@news.xtra.co.nz...[color=green]
>> Can anyone tell me out to make a new mysqli class.
>>
>> Im going $var = new mysql();
>>
>> I get an error unknown class, php 5.0.3
>>
>> Thanks
>>[/color]
>
>[/color]


Closed Thread


Similar PHP bytes