This is not a PHP error, it's a DB error, and the message is very clear.
Either the database is opened allready, and exclusively, or you have to
give a username/password with sufficient rights, which you are not
doing, with that command.
Luis
Emperor Kang Xi wrote:
Hi all,
I need help to solve m
i'm sorry _if_ this is ot...
i use php to communicate between flash and mysql...
in internet explorer (not in opera or fire fox, where eveything works ok)
something goes wrong and flash recives old data that doesn't exist
anymore...
the php page that loads the flash movie displays the correct upd
Hi all!
Can i ask u a question?
Using PHP:
How can i count the files in a folder and obtain their
names?
(i want to produce a script that count the images in a folder and make a
list of them...)
please help me... ^_^
Thank you by Kurlic
[EMAIL PROTECTED]
---
php-windows Digest 26 Nov 2004 22:30:50 - Issue 2484
Topics (messages 25046 through 25048):
Re: Permission deny on connecting MS Access database
25046 by: Luis Moreira
[maybe minor ot] cache probs.
25047 by: Bobo Wieland
HI! can u help me?
25048 by: Kurlic
Administ
Take a look at
opendir() http://us2.php.net/manual/en/function.opendir.php
and
readdir() http://us2.php.net/manual/en/function.readdir.php
Everything that you need is there.
-M
> -Original Message-
> From: Kurlic [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 26, 2004 4:14 PM
>
Hi
I'm try to use cookie's however it is not working. I remember there
was a problem with cookie's on windows servers where if the folder
wasn't there it would not create and cookie's woudn't work, and you had
to create the folder your self. Does anyone know where this folder is
called andwhe
Hello everybody,
Question1.
I have my "c:/program files/php/extensions/" directory in my path.
And the required php_mysqli.dll & libmysqli.dll files in it.
But I cant get phpmyadmin to load properly.
It gives me this error:
cannot load mysqli extension,
please check PHP Configuration
Document