[PHP-WIN] gettext() problems

2002-01-08 Thread Alan McFarlane
I'm having problems accessing the gettext library with PHP 4.1.0 running on Apache 1.3.22 (Win32). After enabling the gettext extension by altering php.ini to read: ... extension=php_gettext.dll ... and restarting Apache, I get the following error message. Unable to load dynamic library 'c:\ph

[PHP-WIN] MySQL connection problem

2002-01-08 Thread Piotr Pluciennik
Hi everyone, I've got following problem - trying to connect to MySQL fails with following message: Warning: MySQL Connection Failed: Can't initialize character set 26 (path: default) in c:/foo/foo.php on line 6. Code for connecting: $dbhandle = mysql_connect('localhost', 'name,'password'); is c

Re: Fw: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Nicole Amashta
Thanks everyone. I have it working now. =] Nicole Amashta www.aeontrek.com "Mark" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Try running apache not as a service. If that works you know it's a permissions thing. On Tue, 8 Jan 2002 16:01

Re: Fw: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Mark
Try running apache not as a service. If that works you know it's a permissions thing. On Tue, 8 Jan 2002 16:01:39 -0500, nicole wrote: >I am running Apache (as a service) on Win2k. LocalSystem is the >logon for that. I experimented and changed it. Stopped the apache >service, then couldn't start

Re: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Nicole Amashta
Here's how it's working. As someone suggested, I changed Apache's logon in the Services to a network name that was setup. That worked! Thanks ;) stop apache change login to some name/password (which has already been setup for the computer with the shared dir/files) start apache voila - works!

RE: [PHP-WIN] mysql_get_server_info(

2002-01-08 Thread brother
Maybe I should have told you that the mysql operators on the servers are working fine just this annoying failure. /bro. > -Original Message- > From: brother [mailto:[EMAIL PROTECTED]] > Sent: den 8 januari 2002 22:23 > To: '[EMAIL PROTECTED]' > Subject: [PHP-WIN] mysql_get_server_info(

php-windows Digest 8 Jan 2002 21:24:02 -0000 Issue 943

2002-01-08 Thread php-windows-digest-help
php-windows Digest 8 Jan 2002 21:24:02 - Issue 943 Topics (messages 11341 through 11353): Re: How to download PHP files URGENT !!! 11341 by: Pac mon using php_imap extension 11342 by: denis 11345 by: Frank M. Kromann Can I access files from a mapped drive or over t

[PHP-WIN] mysql_get_server_info(

2002-01-08 Thread brother
I have put together a informationpage, the same page for two different machines. They both run win2k server SP2, PHP 4.1.1 and MySQL 3.23.47-max. On the first machine it still works after the installation of the new MySQL software but the other box just ends up with complaints on odbc user and st

Fw: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread nicole
I am running Apache (as a service) on Win2k. LocalSystem is the logon for that. I experimented and changed it. Stopped the apache service, then couldn't start it back again. SO i put it back to the LocalSystem and it started back again. On the computer with the files I am trying to access, I ad

RE: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Svensson, B.A.T. (HKG)
>Under what account does your webserver run? Does this account have >appropriate permissions on the share? >It only makes sense to use drive letter mappings for remote shares if your >server runs on a worktation. On a production server you don't usually have >access to mapped drives because no use

Re: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Christoph Grottolo
Under what account does your webserver run? Does this account have appropriate permissions on the share? It only makes sense to use drive letter mappings for remote shares if your server runs on a worktation. On a production server you don't usually have access to mapped drives because no user is

RE: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Svensson, B.A.T. (HKG)
In theory, yes. ;) But we all know to well that they really doesn't match with each other. :( By the way: did you get any error messages? >-Original Message- >From: Nicole Amashta [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, January 08, 2002 8:21 PM >To: [EMAIL PROTECTED] >Subject: Re: [PH

[PHP-WIN] fread error

2002-01-08 Thread Brad Harriger
I'm receiving the following error: Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\nusphere\apache\nsdocs\test1.php on line 53 I'm running PHP 4.0.6 with Apache 1.3.7 on Win 2000 Professional. I've tried many different URLs. The socket opens correctly. $output

Re: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Nicole Amashta
The OS is Win2k. The files I want to access are flat text files (.txt,.csv). This is NOT a DATABASE related question. This is strictly flat files. I have the shared directories mapped to the computer with a drive letter of R. So, in theory, according to what one said, I should be able to access a

RE: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Svensson, B.A.T. (HKG)
>I need to access data files residing on a different computer in >the same network as the computer running the php scripts. Is this possible? >I can't find any documentation on this and I need to figure this out ASAP, >as in today. > >Once I access the files, I need to be able to read

Re: [PHP-WIN] using php_imap extension

2002-01-08 Thread Frank M. Kromann
Hi Denis, This sounds like you are using incompatible versions of php and extensions. The core php and extensions should be compiled from the same sources (or at least from sources with the same API's). - Frank > Hi Guys, > > I have read messages posted to the php-win list about using > the

RE: [PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Erik H. Mathy
> I need to access data files residing on a different > computer in > the same network as the computer running the php scripts. Is this > possible? > I can't find any documentation on this and I need to figure this out ASAP, > as in today. Data files...as in Database files, flat text CSV files o

[PHP-WIN] Can I access files from a mapped drive or over the network?

2002-01-08 Thread Nicole Amashta
I need to access data files residing on a different computer in the same network as the computer running the php scripts. Is this possible? I can't find any documentation on this and I need to figure this out ASAP, as in today. Once I access the files, I need to be able to read from

[PHP-WIN] using php_imap extension

2002-01-08 Thread denis
Hi Guys, I have read messages posted to the php-win list about using the imap extension and followed the advise to the bone but still failing to use the extension. I'm using php-win 4.0.5 and php-gtk on windows 95 ver B with usb support and Xitami web server. The php-gtk is working fine and the

Re: [PHP-WIN] How to download PHP files URGENT !!!

2002-01-08 Thread Pac mon
I have used sockets previously. The biggest problem I had came when a user would try and connect to a server that was offline. The script would hang suck down the CPU and RAM. You certainly want to put an 'or die("blah")' or something in.. If the problem is that it's hanging... Otherwise I coul

php-windows Digest 8 Jan 2002 09:23:08 -0000 Issue 942

2002-01-08 Thread php-windows-digest-help
php-windows Digest 8 Jan 2002 09:23:08 - Issue 942 Topics (messages 11339 through 11340): Re: PHP/SQL search engine help (newbie) 11339 by: Carlos Andre Marques Moreira Subject: Cookie Problems with IIS 4 and not with IIS 5.1 11340 by: Kevin Administrivia: To subscribe to

[PHP-WIN] Subject: Cookie Problems with IIS 4 and not with IIS 5.1

2002-01-08 Thread Kevin
I have the same code on 2 systems, NT4 Server with IIS 4 and XP IIS 5.1 the cookies work ok on IIS 5.1 and not IIS 4. It's the same PHP.INI file on both systems and the same version of PHP. Does and know how to fix it? Kevin CONFIG.PHP INDEX.PHP -- PHP Windows Mailing List (http://