|
Posted by tony on 08/08/06 01:43
Rik wrote:
> Rik wrote:
>
>>$result = mysqli_query($link,SELECT * FROM clients);
>
>
> Silly me:
> $result = mysqli_query($link,'SELECT * FROM clients');
>
> Grtz,
Rik
You've done it-it worx. It seems that mysqli requires you to define a
connection variable when you run a query and put that b4 the query.
Anything else doesn't work. Hmm, very fussy.
Thanx for all your help rik-and yes I've changed the psswrd. I posted
that just b4 I went to bed and I was lying there thinking "did I post my
psswd?". Don't worry, the machine was shut down.
thanx again for all your help. I'll let you know how far I get 2day!
Navigation:
[Reply to this message]
|