I think this should make it:
ob_start();
include("/pathto/customer_email.php");
$message = ob_get_contents();
ob_end_clean();
- Original Message -
From: "Daevid Vincent" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 10:48 AM
Subject: [PHP] how can I use an ext
- Original Message -
From: "Jean-Christian Imbeault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 08, 2003 9:52 AM
Subject: [PHP] EOF: how to generate one in a string
> I am trying to use a command line program in Linux using this form:
>
> $result = `/path/prog $
2 matches
Mail list logo