php-windows Digest 27 Nov 2004 13:13:51 -0000 Issue 2485

Topics (messages 25049 through 25052):

Re: HI! can u help me?
        25049 by: Mike

Cookie's folder
        25050 by: Darkravin

Cannot load mysqli extension error or login prompt
        25051 by: kutuu
        25052 by: Mike

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] HI! can u help me?
> 
> 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 Mailing List (http://www.php.net/) To 
> unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---
--- Begin Message --- 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 andwhere to place it? I have tryed to find info on it but can't find anything.
Cheers



PHP 4 v4.3.6 Apache 2 v2.0.52

--- End Message ---
--- Begin Message ---
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
Documentation

-----

Question2.

If I revert to the regular libmysql.dll & php_mysql.dll files then I keep
getting my login prompt over & over again.

I have read that I need to set some control user but how am I going to do
that since I cant use phpmyadmin to do it?

Anyone who knows  what I am talking about please help me as I have been
working on this problem for some time now and It simply does not work.

Gün.

The following code does not work too.. It only says "sarting test". Root has
password pass

<?
echo "starting test";
$mySQL = @mysql_connect("127.0.0.1", "root", "pass")
or exit();
echo "point2";
?>

--- End Message ---
--- Begin Message ---
Having your extensions dir in your path is less important than having your
php.ini file set up properly.

Take a look for this section:

; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\php\extensions"

This happens to be where my extensions are kept on my machine... and that
dir isn't in the PATH. I don't even having C:\php in my PATH and I can run
scripts and phpMyAdmin just fine. 

I'm not sure about question #2 - I just set up phpMyAdmin step-by-step and
it worked fine. It's just been a long time since I set it up.

-M

> -----Original Message-----
> From: kutuu [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, November 27, 2004 2:47 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Cannot load mysqli extension error or login prompt
> 
> 
> 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
> Documentation
> 
> -----
> 
> Question2.
> 
> If I revert to the regular libmysql.dll & php_mysql.dll files 
> then I keep getting my login prompt over & over again.
> 
> I have read that I need to set some control user but how am I 
> going to do that since I cant use phpmyadmin to do it?
> 
> Anyone who knows  what I am talking about please help me as I 
> have been working on this problem for some time now and It 
> simply does not work.
> 
> Gün.
> 
> The following code does not work too.. It only says "sarting 
> test". Root has password pass
> 
> <?
> echo "starting test";
> $mySQL = @mysql_connect("127.0.0.1", "root", "pass") or 
> exit(); echo "point2"; ?>
> 
> --
> PHP Windows Mailing List (http://www.php.net/) To 
> unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---

Reply via email to