[PHP-WIN] Re: cURL: curl_exec returning chopped up result on a POST operation

2002-07-11 Thread Per
John Palmer wrote: > System: > > BSDI 4.1 > Apache 1.3.26 > PHP 4.1.2 > cURL 7.9.8 > > I have the following function in PHP: > > function XMLExec($command) > { > > > $ch = curl_init(); > curl_setopt($ch, CURLOPT_URL, http://host.name/.cgi-bin/cgiprogra

[PHP-WIN] Re: Trapping PHP errors

2002-07-11 Thread Per
Matt Babineau wrote: > Does anyone know of a way to trap PHP errors and have them automatically > emailed to an email address? I am trying to do some remote testing on a > script but the problem it is it's server to server interaction so I > can't see what is going on! Any ideas? > > Matt Babine

[PHP-WIN] second argument in strtotime seems to have no effect

2002-07-11 Thread Per
Second argument in strtotime seems to have no effect. strtotime("2001-02-02 12:01:01",98700); strtotime("2001-02-02 12:01:01",1000); strtotime("2001-02-02 12:01:01",time()); strtotime("2001-02-02 12:01:01"); all gives the same output: 98661. Am I or the function erronous? /Per -- PHP

[PHP-WIN] Formless post question

2002-07-11 Thread Rich Gray
I am doing a formless post to a CGI script on another site (PayPal). I am doing this because the current site design has 2 different submit images on a single form which need to post different data to the CGI script (after registering the customer in the local database) dependent upon whcih image

php-windows Digest 11 Jul 2002 13:03:15 -0000 Issue 1235

2002-07-11 Thread php-windows-digest-help
php-windows Digest 11 Jul 2002 13:03:15 - Issue 1235 Topics (messages 14690 through 14710): strange error 14690 by: fungi 14691 by: Peter 14692 by: fungi 14693 by: Peter 14694 by: fungi 14695 by: fungi 14696 by: Peter 14697 by:

Re: [PHP-WIN] Re: Calling Windows DLL Files

2002-07-11 Thread Todd Williamsen
Luis, That is fine and dandy for anybody, but this needs to be idiot proof; meaning he has a bunch of girls maybe high school kids working there doing this stuff and if the wrong information goes into the wrong patients files he could get his ass in a sling legally. You are right, re-writing a s

[PHP-WIN] XML with IIS

2002-07-11 Thread Johannes Hiemer
Hi, how can I get the XML-Functions working under win2k with IIS? Is there any DLL? Or ist there any way to manage it without this functions? Thx for help! Ciao Johannes Hiemer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: XML parser file

2002-07-11 Thread Johannes Hiemer
"Mathew Joseph" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi there, > does any one have copies of XMlparser.dll and xmltok.dll. these files > seem to be missing on my comp. could someone send it across. > thanks, > Mathew > Hm I am searching for the

RE: [PHP-WIN] Re: Calling Windows DLL Files

2002-07-11 Thread Dash McElroy
I would think the only way to get the info automatically into the patient's file is if you had some kind of seriously accurate OCR software that knew where to look on the image and then used that for it's criteria of where to go. Knowing that OCR is periodically unreliable... you won't want to do

[PHP-WIN] Available PHP Whitepapers

2002-07-11 Thread R.S. Herhuth
My CIO is impressed with what I have been accomplishing using PHP and is considering updating a few of their aging ASP applications, but he needs textual ammunition to present to the management committee to do so. So I was wondering if anyone knows of any technical whitepapers on PHP geared towa

RE: [PHP-WIN] Formless post question

2002-07-11 Thread Ross Fleming
If I understand it, you COULD simply have a page with a form that points to the CGI script, but you want to simulate this instead, correct? If this is the case, you need to send that data as part of the HTTP headers when requesting the page (instead of simply fputs-ing the GET / HTTP/1.1 or whate

[PHP-WIN] Misbehaving Headers

2002-07-11 Thread R.S. Herhuth
I'm trying a trick I found on converting a report from generatated HTML to an Excel spreadsheet. Apparently there is a bug in MSIE that requires that I use the following syntax to pass a link in order for the headers to pick up on the fact that it is an Excel Spreadsheet that I'm after. First p

Re: [PHP-WIN] Re: Calling Windows DLL Files

2002-07-11 Thread Scott Hurring
As was said before, PHP cannot do anything on a different computer than the script is running. What might be the best option is to use PHP for the web-enabled interface and database manipulation and then create a simple VB/C++ microsoft GUI that would simply scan the document in, upload it and fi

[PHP-WIN] Re: Misbehaving Headers

2002-07-11 Thread Christoph Grottolo
In www.php.net/header you'll find notes about IE misbehaving with headers. Christoph R.S. Herhuth wrote: > I'm trying a trick I found on converting a report from generatated > HTML to an Excel spreadsheet. Apparently there is a bug in MSIE that > requires that I use the following syntax to pas

[PHP-WIN] Re: File Upload

2002-07-11 Thread Alexandr Polupanov
The file, which i'm uploading seems to appear in temp folder only when upload is finished. So i can't track upload progress. Help. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Trouble with my session variables

2002-07-11 Thread Matias
Hi there. I´m Matias from Argentina. Here´s my problem. I´m using latest php ver. under Win ME, w/ Apache I can correctly start my sessions, register my variables, access them from another script than the one they are registered BUT when i "unregister" a variable or "destroy" a session an error

php-windows Digest 12 Jul 2002 01:17:27 -0000 Issue 1236

2002-07-11 Thread php-windows-digest-help
php-windows Digest 12 Jul 2002 01:17:27 - Issue 1236 Topics (messages 14711 through 14721): Re: Calling Windows DLL Files 14711 by: Todd Williamsen 14714 by: Dash McElroy 14718 by: Scott Hurring XML with IIS 14712 by: Johannes Hiemer Re: XML parser file

Re: [PHP-WIN] Re: File Upload

2002-07-11 Thread toby z
alex file, which i'm uploading seems to appear in > temp folder only when > upload is finished copy($userfile, "c:/uploadz/" . $unique_id."-". $userfile_name ) c:\uploads is my dir fo uploaded files so u ve to specify the dir where u awnt ur uploads to get saved toby . ___

[PHP-WIN] Single website Unix + Windows servers

2002-07-11 Thread olinux
I am working on integrating our current website to apache/redhat/php/mysql Due to a recent investment in an ASP project I must have the windows / SQL server machine running this application. Any suggestions to keeping the site 'seamless' or ideas that will help Thank you, olinux --- Matt Parl

Re: [PHP-WIN] Re: Closest store location by zip code

2002-07-11 Thread olinux
would you like to post it? I think that there is also a class at www.phpclasses.com olinux --- "R.S. Herhuth" <[EMAIL PROTECTED]> wrote: > > I actually found a free PERL script that uses a zip > code database and > the math to calculate the closest store (by zip > code) to a user entered > add

[PHP-WIN] Re: Single website Unix + Windows servers

2002-07-11 Thread Matt Parlane
Try: http://www.phpbuilder.com/columns/banahan20010720.php3 I'd also try setting up Apache on your windows box - on a different port if you have to. It just moves you one step closer to what it would be like running on linux. Matt "Olinux" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]