php-windows Digest 23 Oct 2001 09:56:04 -0000 Issue 817

Topics (messages 9954 through 9960):

Re: mysql php help
        9954 by: Svensson, B.A.T.

Re: .diff files
        9955 by: Sebastian Müsch

Re: Problem with Sablotron extention for Windows
        9956 by: Svensson, B.A.T.

trouble while connecting with HTTPS server with certificate. Using cURL
        9957 by: Hugo Alexandre Almeida Soares Dias

fopen question
        9958 by: Brad Harriger
        9959 by: Ross Fleming

Thank You For Your Interest..........
        9960 by: mini.atmbiz.laposte.net

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]


----------------------------------------------------------------------


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.)

-----Original Message-----
From: Brian Feliciano
To: [EMAIL PROTECTED]
Sent: 2001-10-20 04:44
Subject: [PHP-WIN] mysql php help

this is maybe a beginners question, that's because im a newbie to
PHP-MySQL

i want to run UPDATE sql command and this is the sample code.

if (!mysql_query ($sql))
echo("Invalid query<br><br>".$sql);

and i know that my $sql is correct because i tried to paste it to my
PHPmyadmin and it works. how come i can't update?





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









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 informing you of which. I bet it is libxml2.dll.







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_POST,1); 
curl_setopt($ch,CURLOPT_POSTFIELDS,$params); 
curl_setopt($ch,CURLOPT_SSLCERT,"multicert.p12"); 
curl_setopt($ch,CURLOPT_SSLCERTPASSWD,"3I3I37RP52G1L15D8T8S"); 
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); 
$data = curl_exec($ch); 
curl_close($ch); 


Can anyone help me with this? 

Thanks 

Anikin

P.S. Please add [EMAIL PROTECTED] in the reply.



Hugo Alexandre Dias
Eng. Sistemas Informática
[EMAIL PROTECTED]




Is it possible to have more than one file open at a time using fopen?





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 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]






Everyone uses ATM machines at one time or another,
and if you are seriously looking for a way to generate
income in a secure and consistent manner,
the ATM business might be what you are looking for.  

We can show you how to Profit daily and be a part of
this $ 375 Billion dollar industry.

Our ATM program offers:

Immediate Income, Proven Profitability, No Time
Investment, 24 Hour Profit Centers, No Overhead,
No Employees, High Demand, No Maintenance,
No Experience or Selling Required,  Tax Advantages,
Unlimited Growth Potential !

High Traffic National Brand Name Fast Food Franchise
Locations are currently available now and are included
in this lucrative turn-key opportunity.

Own your own ATM machines and Profit Daily!

Timing is Everything !

For a full information package at no cost or obligation,
Call Anytime  -  (954) 481-1450



To Unsubscribe to our list, please reply with
"Unsubscribe ATM" in the SUBJECT Line.



Reply via email to