[PHP-WIN] Re: Cookies and IIS5

2002-04-08 Thread Steve Yates
"John Braden" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have an application that is having some login problems which I believe are > cookie related (No cookie is even being sent!!). My first guesses would be that you are not sending the cookie first

[PHP-WIN] Re: Session Destroy with IE6

2002-04-08 Thread Webmaster
If you mean that Internet Exlorer doesn't refresh pages, there's a "solution" available from Microsoft, but even with that I am not satisfied The solution is: But this only works when you have configured IE the right way, so with deleting all cache content on browser close and check on webp

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread Mike Flynn
Hmm? The article explains exactly how to do it. You can make a multipart MIME e-mail where the first part is the message, and the 2nd part is the file attachment (and more parts for additional files). The file data is encoded using base64 encoding in this example. You just need to create th

RE: [PHP-WIN] Rounding

2002-04-08 Thread Mike Flynn
At 09:43 PM 4/8/02 +0100, Ross Fleming wrote: >Multiply by 100, take the absolute value and divide by 100 again That will round down to 2 decimal places. To round to the nearest 2 decimal places, to what Ross said but instead of getting the absolute value, just round it normally. >Hi all, > >

Re: [PHP-WIN] whois servers

2002-04-08 Thread Piotr Pluciennik
Hi Arijit, as promised - I'm sending you another useful URL with worldwide whois, lookup domain and more services. http://combat.uxn.com/ Gretings Piotr __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -

Re: [PHP-WIN] whois servers

2002-04-08 Thread Piotr Pluciennik
Hi, so, sending again - url with a lot of whois and other useful functions: http://combat.uxn.com/ Greetings Piotr Arijit Chaudhuri wrote: > Thanks a lot. It looks good. Will also look forward to the other site you > mentioned. > > Regards, > Arijit > > "Piotr Pluciennik" <[EMAIL PROTECTED]> w

RE: [PHP-WIN] Rounding

2002-04-08 Thread Ross Fleming
Multiply by 100, take the absolute value and divide by 100 again -Original Message- From: Wayne Hinch [mailto:[EMAIL PROTECTED]] Sent: 08 April 2002 20:36 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Rounding Hi all, Is it possible to round to 2 decimal places in PHP without having to pus

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread George Pitcher
Darvin Andrioli suggested, on 20020328: > http://www.zend.com/zend/spotlight/sendmimeemailpart1.php Sorry, I was none the wiser after reading this article, as to how to get php to send an attachment with an email message. The attachment in this case is being generated from db output and saved as

[PHP-WIN] Rounding

2002-04-08 Thread Wayne Hinch
Hi all, Is it possible to round to 2 decimal places in PHP without having to push the data into mysql and out again? Cheers, Wayne

[PHP-WIN] problems with imap_mail()

2002-04-08 Thread Jeff Vandenberg
I'm having problems trying to get the imap_mail() function working. I have the imap dll extention loaded up, and all of the other imap functions work just fine.. open, close, check, popen, etc. But when i try to use imap_mail, one of the more important functions, it spits out at me. "Warning: ima

php-windows Digest 8 Apr 2002 17:53:35 -0000 Issue 1083

2002-04-08 Thread php-windows-digest-help
php-windows Digest 8 Apr 2002 17:53:35 - Issue 1083 Topics (messages 12959 through 12967): Newbie Question 12959 by: Hubert DAUL 12963 by: Mike Flynn 12965 by: Mike Flynn 12966 by: Hubert DAUL Re: update?' 12960 by: Sandeep Murphy Cookies and IIS5

[PHP-WIN] Session Destroy with IE6

2002-04-08 Thread Chip Snider
IE6 doesn't seem to be destroying its sessions. anyone have any ideas on how to rectify this? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Newbie Question

2002-04-08 Thread Hubert DAUL
Thanks for your help, but i've found what was wrong, it was in the code, but in the data file I wrote the picture name with first letter uppercase and unix server doesn(t like it Thanks again Hubert Lyon, France -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP-WIN] Newbie Question

2002-04-08 Thread Mike Flynn
At 03:31 PM 4/8/2002 +0200, Alberto. Sartori wrote: >You should do the cicle and get the datas until you reach the end of file >aka feof($fp) or better, try to use fread() Yup, good point. Here's the modified code.. not using fread() though. For non-binary data I think this should work ok tho

[PHP-WIN] R: [PHP-WIN] Newbie Question

2002-04-08 Thread Alberto. Sartori
You should do the cicle and get the datas until you reach the end of file aka feof($fp) or better, try to use fread() -Messaggio originale- Da: Mike Flynn [mailto:[EMAIL PROTECTED]] Inviato: lunedì 8 aprile 2002 15.30 A: Hubert DAUL; [EMAIL PROTECTED] Oggetto: Re: [PHP-WIN] Newbie Questi

Re: [PHP-WIN] Newbie Question

2002-04-08 Thread Mike Flynn
Give this a shot... "); print("$vignette"); print(""); print("$marque"); print("$nom"); print("$pdfproduit"); print("$commprod"); print(""); } ?> At 08:54 AM 4/8/2002 +0200, Hubert DAUL wrote: >Hi , > >Here's my problem : > >I read a data file (no sql file)

[PHP-WIN] R: [PHP-WIN] Cookies and IIS5

2002-04-08 Thread Alberto. Sartori
I've used for several time my pc with IIS5 and php with no problem. And I can use the cookies quitelly.what kind of problem you got? -Messaggio originale- Da: John Braden [mailto:[EMAIL PROTECTED]] Inviato: lunedì 8 aprile 2002 14.50 A: [EMAIL PROTECTED] Oggetto: [PHP-WIN] Cookies an

[PHP-WIN] Cookies and IIS5

2002-04-08 Thread John Braden
I've looked thru some of the posts and noticed quite a few issues with this configuration. Has anyone had any luck getting cookies working with PHP and IIS5? I have an application that is having some login problems which I believe are cookie related (No cookie is even being sent!!). Thanks..

RE: [PHP-WIN] update?'

2002-04-08 Thread Sandeep Murphy
thnx.. will try it out... cheers, sands -Original Message- From: Mike Flynn [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 5 de Abril de 2002 17:27 To: Sandeep Murphy; 'Svensson, B.A.T. (HKG)' Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] update?' I doubt there is any way to do this with