D]";
$message .="xx";
mail($to, $subject, $message, $from, $headers)
or print "Could not send mail to customer";
But I get a SAFE MODE error, so I guess I¹ll just have to try that PEAR
package.
Regards
Enda
--
On 27/07/2004 22:25, "Justin Patrin" <[EM
I usually leave the string intact in the database because if you need to
show it in an admin area or something, you don¹t need to convert it back
again before populating the text area.
Suppose it just comes down to personal preference... Or is there a specific
benefit to doing it this way?
Regard
Hi Guys,
I¹m using PHP¹s mail() function on several sites, but have difficulty
sometimes with the mails being tagged as SPAM.
I want to have the Return-Path set to the site admin, but can¹t see where to
do this.
I know that it can be done at server root level but I can¹t really do that
as its a
Hi Guys,
I have a problem with a site where I¹m using sessions.
Basically, I have it so that someone enters the site and their session
(shopping cart ref) is created on entry (unless it already exists) and all
variables are stored in the session.
Problem is that when someone goes so far in the o
Mark,
You need to do this:
$name = " . $FirstName . " , " . $LastName . ";
Regards
Enda
--
On 05/06/2004 01:22, "BigMark" <[EMAIL PROTECTED]> wrote:
> why is this not working. I am using instead of a form ($name =
> $_POST[name];)
> and linking to it from a users logged in page.
>
> $First
Miles Thompson" <[EMAIL PROTECTED]> wrote:
> At 07:56 PM 5/18/2004, Enda Nagle - Lists wrote:
>
>> >Its OK guys,
>> >
>> >Got something else myself.
>> >Here¹s the solution... Any suggestions appreciated...
>
//
...
...
Regards
Enda
--
On 18/05/2004 23:20, "Enda Nagle - Lists" <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have a current application where I am listing a table of order details,
> where a fulfillment company can enter the tracking number and the cost of
Hi
I have a current application where I am listing a table of order details,
where a fulfillment company can enter the tracking number and the cost of
the shipment.
At present, I have up to 40 orders displayed, and when they click on the
update¹ button, the code executes as
if ((isset($trac
8 matches
Mail list logo