[PHP-WIN] HTTP authenticate header

2007-05-23 Thread chandar
Hi, I am invoking a HTTP authenticate header in PHP,it opens as a popup.Is it possible for emebeding the same in the web page and ask the user for entering the user credentials and send the same data to the backend? thanks/Chandar -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

Re: [PHP-WIN] send mail when iis goes down?

2007-05-23 Thread Gustav Wiberg
Hi there! Is it a script you want to share? :-) Isn't there any built-in-functionality in Windows for achieving this??? Hm.. Best regards /Gustav Wiberg - Original Message - From: "Mikael Grön" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 2:24 PM Subject: Re: [PHP-WIN] se

Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-23 Thread bedul
nope.. i just realized when have his source code and read again /sob the problem is in the button.. he use tag??? he should use or oh well... he type a long setence to ask.. why he can't execute ?? not the code problem but the tag html problem - Original Message - From: "Birt.Ecplipse

RE: [PHP-WIN] Oracle BLOB & PHP

2007-05-23 Thread N . A . Morgan
Alf, This is an exerpt from a paper "Making efficient use of Oracle8i thru Apache and PHP 4, Thies C. Arntzen <[EMAIL PROTECTED]> 2001" describing PHP and Oracle LOBs. You should be able to port the code to PHP5 relatively easily. Regards, Neil Morgan large objects = PHP ha

[PHP-WIN] Oracle BLOB & PHP

2007-05-23 Thread Alf Stockton
Can someone suggest a method whereby one retrieves an Oracle BLOB & subsequently display same on a HTML page? If possible an example would be great. -- Regards, Alf Stocktonwww.stockton.co.za Don't plan any hasty moves. You'll be evicted soon anyway. My email disclaimer is availabl

Re: [PHP-WIN] send mail when iis goes down?

2007-05-23 Thread Mikael Grön
We have a solution to that at the company I'm employed. One server, my private server actually, curls a PHP script on the work server every 15 minutes and if it gets anything other than "true" it sends an SMS to me and 5 more people. Works great! But you need a server somewhere else so you get a

[PHP-WIN] send mail when iis goes down?

2007-05-23 Thread Gustav Wiberg
Hi there! Anyone who knows how to recieve a mail to (administrator"-mail) account when II_S6.0 goes down? Best regards /Gustav Wiberg -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-23 Thread Birt.Ecplipse
Looks like a problem in the definition of the TEXTAREA NAME. The echo statement is started and ended with a ' While in the $row['ID'] also a quote is used. So the echo string looks not correct. Try:echo ' wrote in message news:[EMAIL PROTECTED] > use $_POST[your var] in this script.. > not