ECTED]
Subject: Re: [PHP] Need some ideas
* Thus wrote Yoed Anis:
> Hi guys,
>
> OK I need some ideas.
>
> Somebody created the stupidest XML file I've ever seen. And of
course
> they can't change it, and I *must* be able to read it. I'm all out of
>
* Thus wrote Yoed Anis:
> Hi guys,
>
> OK I need some ideas.
>
> Somebody created the stupidest XML file I've ever seen. And of
> course they can't change it, and I *must* be able to read it. I'm all out of
> brain power on thinking how to go about reading it. I typically use
> simple
On Tue, 28 Sep 2004 16:58:07 -0500, Yoed Anis <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> OK I need some ideas.
>
> Somebody created the stupidest XML file I've ever seen. And of
> course they can't change it, and I *must* be able to read it. I'm all out of
> brain power on thinking
Hi guys,
OK I need some ideas.
Somebody created the stupidest XML file I've ever seen. And of
course they can't change it, and I *must* be able to read it. I'm all out of
brain power on thinking how to go about reading it. I typically use
simplexml to read xml and that's where my
At 09:27 16/5/2001 +0100, James Holloway wrote:
>Hi Christian,
>
>I have an account with f2s.com that I use for sampling scripts with - I set
>up a mailform yesterday after reading this, using mail() to send the email
>to myself. It got here - albeit 6am today (I sent it yesterday
>lunchtime)
Hi Christian,
I have an account with f2s.com that I use for sampling scripts with - I set
up a mailform yesterday after reading this, using mail() to send the email
to myself. It got here - albeit 6am today (I sent it yesterday
lunchtime) Perhaps you're using the mail() function incorrectly
At 22:40 14/5/2001 -0700, Ethan Schroeder wrote:
>I don't know how you can find sendmail on that system if you don't have
>telnet access. Try writing a script that does an exec("which sendmail") and
>see if it tells you. I doubt it will, though. Otherwise try different
>sendmail locations: /usr
At 20:32 14/5/2001 -0500, Ben Gollmer wrote:
>If you have an account on a remote host, you can always do something like
>this:
>
> include("http://www.remotehost.com/~myaccount/mailfunction.inc";);
>
> mymail($to, $mailbody);
>?>
>
>where mailfunction.inc has the mymail function d
On Monday, May 14, 2001, at 10:00 PM, Chris Adams wrote:
> On 14 May 2001 19:04:43 -0700, Ben Gollmer <[EMAIL PROTECTED]> wrote:
>> If you have an account on a remote host, you can always do something
>> like this:
>>
>> > include("http://www.remotehost.com/~myaccount/mailfunction.inc";);
>>
ED]>
Sent: Monday, May 14, 2001 10:40 PM
Subject: Re: [PHP] need some ideas here...
> I don't know how you can find sendmail on that system if you don't have
> telnet access. Try writing a script that does an exec("which sendmail")
and
> see if it tells you. I do
On 14 May 2001 19:04:43 -0700, Ben Gollmer <[EMAIL PROTECTED]> wrote:
> If you have an account on a remote host, you can always do something
> like this:
>
> include("http://www.remotehost.com/~myaccount/mailfunction.inc";);
>
> mymail($to, $mailbody);
> ?>
>
> where mailfunction.i
send mail off properly.
Ethan Schroeder
- Original Message -
From: "Christian Dechery" <[EMAIL PROTECTED]>
To: "Ethan Schroeder" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 6:30 PM
Subject: Re: [PHP] need some ideas here...
> wh
If you have an account on a remote host, you can always do something
like this:
http://www.remotehost.com/~myaccount/mailfunction.inc";);
mymail($to, $mailbody);
?>
where mailfunction.inc has the mymail function defined to just take your
parameters and stuff them into the standard mai
ut this in an .htaccess file: php_value
>sendmail_path '/path/to/sendmail -t'
>
>Ethan Schroeder
>
>- Original Message -
>From: "Christian Dechery" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, May 14, 2001 7:04 PM
>Subject
> My free-web-hosting (www.f2s.com) does not allow PHP to send emails...
I've
> tried everything... the mail() function, my alternate function which calls
> popen("/usr/lib/sendmail -t") and even a script.cgi with '#!/usr/bin/php'
> and all that stuff...
>
> the mail simply won't go an mail() alwa
On 14 May 2001 16:59:48 -0700, Christian Dechery <[EMAIL PROTECTED]> wrote:
> My free-web-hosting (www.f2s.com) does not allow PHP to send emails... I've
> tried everything... the mail() function, my alternate function which calls
> popen("/usr/lib/sendmail -t") and even a script.cgi with '#!/us
Find where there sendmail is and put this in an .htaccess file: php_value
sendmail_path '/path/to/sendmail -t'
Ethan Schroeder
- Original Message -
From: "Christian Dechery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 7:04 P
My free-web-hosting (www.f2s.com) does not allow PHP to send emails... I've
tried everything... the mail() function, my alternate function which calls
popen("/usr/lib/sendmail -t") and even a script.cgi with '#!/usr/bin/php'
and all that stuff...
the mail simply won't go an mail() always retur
18 matches
Mail list logo