Re: [PHP-WIN] fopen question

2001-10-22 Thread Ross Fleming
Yeah just assign different variables for each filename. ie $in = fopen("whatever/input.txt"); $out = fopen("whatever/output.txt"); fopen simply returns the pointer to the file you've opened. So you assign it to a variable. Ross Brad Harriger wrote: > Is it possible to have more than one fi

[PHP-WIN] fopen question

2001-10-22 Thread Brad Harriger
Is it possible to have more than one file open at a time using fopen? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] trouble while connecting with HTTPS server with certificate. Using cURL

2001-10-22 Thread Hugo Alexandre Almeida Soares Dias
Hi, I need to run a script in a https server. I'm using cURL but it returns me: Your connection is using a weak random seed! * Closing live connection (#0) Here is my code: $ch=curl_init(); curl_setopt($ch,CURLOPT_VERBOSE,1); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_

RE: [PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-10-22 Thread Svensson, B.A.T.
How much do you bet Bjorn? :) -Original Message- From: Bjvrn Lantz To: [EMAIL PROTECTED] Sent: 2001-10-22 10:49 Subject: [PHP-WIN] Re: Problem with Sablotron extention for Windows Try running php.exe from a command prompt. If there are any missing dll:s a message-box will appear informi

[PHP-WIN] RE: .diff files

2001-10-22 Thread Sebastian Müsch
Look after something like diffutil in connection to DJGPP Utilities. ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/ Download dif**b.zip (Ending b for binary). Cu MSepp -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: [PHP-WIN] mysql php help

2001-10-22 Thread Svensson, B.A.T.
What error does the database return? (Can you connect to the database?) And even if you know the query works, it might be a good things to post the update statement to, since just because it works in one place does not mean it must work in another place (the string might be parsed or translated.)

php-windows Digest 22 Oct 2001 11:42:02 -0000 Issue 816

2001-10-22 Thread php-windows-digest-help
php-windows Digest 22 Oct 2001 11:42:02 - Issue 816 Topics (messages 9945 through 9953): Re: problems with personal webserver 9945 by: Andrew Saturn phpmyadmin 9946 by: Brian Feliciano 9947 by: Andrew Saturn 9948 by: Brian Feliciano Why WAIT??? Refinance NO

[PHP-WIN] Re: .diff files

2001-10-22 Thread _lallous
I guess the diff files are files like that: fileoffset: original_byte patched_byte example: 0001BCD: 74 EB no idea how to open them though...but you can easily write your own patcher in worst acses. "Brian Feliciano" <[EMAIL PROTECTED]> wrote in message 015e01c15ad7$6f9d8ff0$1600a8c0@flashmast

[PHP-WIN] Re: Problem with Sablotron extention for Windows

2001-10-22 Thread Björn Lantz
Try running php.exe from a command prompt. If there are any missing dll:s a message-box will appear informing you of which. I bet it is libxml2.dll. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

[PHP-WIN] .diff files

2001-10-22 Thread Brian Feliciano
i've got a patch from source forge and received a diff file. how do i open .diff files. or what should i do to implement the scripts. thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] ISAPI without IIS

2001-10-22 Thread Björn Lantz
Hi all, I'm writing an application with a built-in small http-server and using the php4isapi.dll to process php scripts. It works fine under NT+Win2K but on Win98 it craches when I terminate my application (if I have served any http requests). I have a socket listener that spawns a new thread fo