[PHP-WIN] mysql-connections problems

2001-04-16 Thread Jens Gustafsson
Hi ! I have a mysql-connection problem. I have run pws, php3 and mysql on win2000 for a while now and it has worked just fine. Until yesterday that is. Now php wont connect to the mysql-server. And i cant figure out whats wrong. It doesnt matter if i install mysql as a service or run mysqld.exe o

RE: Re[2]: [PHP-WIN] MySql pconnect

2001-04-16 Thread Svensson, B.A.T.
>The problem here is I believe we are using a different definition of >quality. For me, something is "good" as long as it does what I want it to >do. Ok, I understand what your arguments boils down to now (but my definition is actually exactly the same as yours ;). Let me refine my self: I d

Re: Re[2]: [PHP-WIN] MySql pconnect

2001-04-16 Thread Plutarck
> I have hard to see how this speed issues could be related to the > fact that MySQL does not provides you with stored procedures? > > In what way do you suggest to say that a SELECT statment or an allocation > of a connection would be slower just because the RDBMS provides you with > stored proce

php-windows Digest 16 Apr 2001 15:56:15 -0000 Issue 547

2001-04-16 Thread php-windows-digest-help
php-windows Digest 16 Apr 2001 15:56:15 - Issue 547 Topics (messages 6766 through 6775): Re: MySql pconnect 6766 by: Plutarck 6772 by: Svensson, B.A.T. 6773 by: Svensson, B.A.T. Upload file 6767 by: Cenker Sisman 6768 by: Piotr Pluciennik Error: "Co

[PHP-WIN] In case of smtp failure :: Alternate SMTP server use :: how?

2001-04-16 Thread Dickerson, Monty
If the mail() function returns FALSE indicating failure, I would like to fail over to an alternate SMTP server. But, the smtp server is specified in the php.ini file, not as a parameter to the mail() function. Any ideas? Monty -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] mysql from Java Applets

2001-04-16 Thread Barry
Hello All, I am looking for an API to access a mysql server from a Java applet running on a client (via a web site). I found the mm.mysql.jdbc api on the mysql.com site. Are there other api implementations available for Java? Is the "stable version" mm.mysql.jdbc 2.0.4 the best choice and the

RE: Re[2]: [PHP-WIN] MySql pconnect

2001-04-16 Thread Svensson, B.A.T.
>-Original Message- >From: Plutarck [mailto:[EMAIL PROTECTED]] >Sent: Monday, April 16, 2001 8:53 AM >To: [EMAIL PROTECTED] >Subject: Re: Re[2]: [PHP-WIN] MySql pconnect > > >As expressed in the article, the question is what the database >was designed to actually "do". Well. Dear Plutar

RE: [PHP-WIN] MySql pconnect

2001-04-16 Thread Svensson, B.A.T.
>-Original Message- >From: Joe Brown [mailto:[EMAIL PROTECTED]] >Sent: Sunday, April 15, 2001 8:53 PM >But my point is that the communication overhead is still gained by process >based systems. True they don't have the same pooling ability, as does a >threaded process management. Over

[PHP-WIN] Writing to Mapped Drive : Permission Denied

2001-04-16 Thread Paul Wieland
Warning: fopen("U:\filename.txt","w+") - Permission denied in D: \wwwroot\somepath\more\thescript.php I'm having this terrible problem writing a file to a drive that is mapped by the server. I'm not even sure its a PHP problem, but my perl scripts don't seem to have any trouble with it. IIS 5, PH

[PHP-WIN] Storing images as references in a database

2001-04-16 Thread lars Eirik Rønning
Hi there.Until now i have successfully store my images as blob in mysql . However I have seen that many others choose another aproach that is storing only the image reference. I have tried this ,but I have yet to accomplish this. All the example i have seen are based on unix /linux OS which mea

[PHP-WIN] Error: "Couldn't spawn child process"

2001-04-16 Thread Anders Landberg
Hello everyone, I've installed the Apache Webserver 1.3.19 on Win98 and the Php4. I think that I have installed the dll files and configured the Apache conf files properly but each time I want to run a php- file I get the error message: "couldn't spawn child process" in my Apache error log and a

Re: [PHP-WIN] Upload file

2001-04-16 Thread Piotr Pluciennik
Hi, uploading of file via form is described in chapter 19 of PHP documentation. Look there for more explanation and examples. But the source of error in your case is probably because of incorrect name of NAME field in the form. It should be not . Don't use "$" - put only the name of the variab

[PHP-WIN] Upload file

2001-04-16 Thread Cenker Sisman
I am using following code to upload files to server. But it gives error. I am using Windows 2000 Server / IIS 5.0 Please give advice. >> @copy($sourcefile, $path . "/" . $file_name); $sourcefile is defined in form submition as -- PHP Windows Mailing List (http://www.php.net/) To uns