php-general Digest 27 Jun 2009 18:56:41 -0000 Issue 6198

Topics (messages 294667 through 294671):

Re: PHP doesn't see php.ini
        294667 by: Tir

information feed
        294668 by: madunix
        294669 by: Ashley Sheridan
        294670 by: Bastien Koert

Re: fixing new lines from <textarea> in an email?
        294671 by: tedd

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Problem is solved. I should have added path to PHP root directory to PATH 
environment variable. 



--- End Message ---
--- Begin Message ---
I am running several web servers (Linux/Apache/PHP/MySQL) with  alot of
statistical data, I got multiple request from different providers
they asked us to implement a mechanism through which the data can be
shared with them. at the moment we don't have a direct data feed
service.
I would like to know out of your experience how do you implenet data
feed services, am thinking now to provide the data through an FTP or
in a predefined email format.

Thanks
madunix

--- End Message ---
--- Begin Message ---
On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
> I am running several web servers (Linux/Apache/PHP/MySQL) with  alot of
> statistical data, I got multiple request from different providers
> they asked us to implement a mechanism through which the data can be
> shared with them. at the moment we don't have a direct data feed
> service.
> I would like to know out of your experience how do you implenet data
> feed services, am thinking now to provide the data through an FTP or
> in a predefined email format.
> 
> Thanks
> madunix
> 

Whats wrong with an RSS implementation?


Thanks
Ash
www.ashleysheridan.co.uk


--- End Message ---
--- Begin Message ---
On Sat, Jun 27, 2009 at 10:28 AM, Ashley
Sheridan<[email protected]> wrote:
> On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
>> I am running several web servers (Linux/Apache/PHP/MySQL) with  alot of
>> statistical data, I got multiple request from different providers
>> they asked us to implement a mechanism through which the data can be
>> shared with them. at the moment we don't have a direct data feed
>> service.
>> I would like to know out of your experience how do you implenet data
>> feed services, am thinking now to provide the data through an FTP or
>> in a predefined email format.
>>
>> Thanks
>> madunix
>>
>
> Whats wrong with an RSS implementation?
>
>
> Thanks
> Ash
> www.ashleysheridan.co.uk
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

web service?

-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
At 11:27 AM -0500 6/26/09, Adam Williams wrote:
I have staff fill out a form that contains a <textarea> with their problem description and emailed to me when they click submit. Staff will press enter in the text area, but I'm having problems converting the \r\n into a new line in the email that is sent to me, here is the code:

-snip-

Adam:

There's always confusion as to what you do with data collected from a form. In your case, you just want the data sent to you via email and for the new lines to be properly converted into something that resembles what was entered, right?

I think this example might help:

http://www.webbytedd.com/bbbb/email-form/index.php

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--- End Message ---

Reply via email to