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
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
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
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 - 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:
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
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
"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
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
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
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
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
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
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
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
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 - 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
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 .
___
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
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
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]
21 matches
Mail list logo