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
?
Regards
Enda
--
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.category9.com
- + - + - + - + - + - + - + - + - + - + - + - + -
On 27/07/2004 22:55, "Matthew Sims" <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
appreciated,
Thanks
Enda
--
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.category9.com
- + - + - + - + - + - + - + - + - + - + - + - + -
the session lifetime is set to 24mins, but am
wondering if there is any given reason why I should change this (or not!).
session.cookie_lifetime = 0
session.gc_maxlifetime = 1440
Thanks for the help,
Enda
--
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL
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
help,
Enda
--
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.nightsol.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Juan,
Try doing something like this:
define('DOLLAR',chr(36));
Just replace the DOLLAR and the chr value with the chatacter number and
reference the variables in the PDF...
Regards
Enda
--
-Original Message-
From: Juan Torres [mailto:[EMAIL PROTECTED]
Sent: 18 February 2004 10:54
To:
value . "" .
$list2->Fields["name"]->value . "" .
$list2->Fields["emailadd"]->value . "" .
$list2->Fields["country"]->value . "" .
$list2->Fields["numdevices"]->value . "" .
$list2->
rforming the loop
etc for the recordset but just isn't returning the data (or returning data
in a readable format).
Thanks
Enda
--
-Original Message-
From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
Sent: 27 January 2004 14:05
To: Enda Nagle
Cc: PHP List
Subject: Re: [PHP] MS SQL /
t Object Object Object Object Object
Am I doing something stupid?
Presumably, the code is the same as I am already using on an adodb
connection on a Linux box to a MySQL server?
Thanks for the help
Enda
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.nightsol.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
]
> email1 - gets a copy of each message
> email2 - gets his message and the one for email3
> email3 - gets his own message
> [/snip]
>
> Did you change that header line as recommended?
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.nightsol.net
- + - + - + - + - + - + - + - + - + - + - + - + -
gt; [/snip]
>
> I just noticed thischange the first header varaible line to
>
> $headers = "MIME-Version: 1.0\r\n";
>
> You are concatting the headers each time instead of resetting them
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.nightsol.net
- + - + - + - + - + - + - + - + - + - + - + - + -
>
> print "mail sent to
> $row[email_address]";
> }
> [/snip]
>
> At first glance $to is undefined. When testing set
> error_reporting(E_ALL); to catch these kinds of things. Is it possible
> that you define $to as your e-mail address somewhere
site";
$subject = "$subject";
$message = "aa";
mail($to, $subject, $message, $headers)
or print "Could not send mail to customer";
print "mail sent to
$row[email_address]";
}
- + - + - + - + - + - + - + - + - + - + - + - + -
Enda Nagle
+353 86 168 0774
[EMAIL PROTECTED]
www.nightsol.net
- + - + - + - + - + - + - + - + - + - + - + - + -
I used FPDF (http://www.fpdf.org) to do a system for a customer where he
could generate invoices and shipping labels.
I just used A4 page size but I remember seeing in the documentation that
you can specify sizes of pages etc.
Also the PDFs work on mm, not pixels.
I know you can embed 300dpi ima
: Re: [PHP] Simple forms query
I am not 100% sure but I think you could use the $_POST array or the
$_GET array (depending on the method of your form) with the print_r
function.
>>> "Enda Nagle" <[EMAIL PROTECTED]> 07/09/03 11:04AM >>>
I know this has prob been
I know this has prob been gone through hundreds of times...
I have a form, and I want to display all the form variables on the
target page - without having to use separate print statements for each
variable.
tks
-
Enda Nagle
20 matches
Mail list logo