Re: [PHP] Sendmail Return-Path

2004-07-27 Thread Enda Nagle - Lists
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

Re: [PHP] html text area and mysql text fields

2004-07-27 Thread Enda Nagle - Lists
? 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, >> >

[PHP] Sendmail Return-Path

2004-07-27 Thread Enda Nagle - Lists
appreciated, Thanks Enda -- - + - + - + - + - + - + - + - + - + - + - + - + - Enda Nagle +353 86 168 0774 [EMAIL PROTECTED] www.category9.com - + - + - + - + - + - + - + - + - + - + - + - + -

[PHP] Sessions Timeout

2004-07-27 Thread Enda Nagle - Lists
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

Re: [PHP] sessions

2004-06-04 Thread Enda Nagle - Lists
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

Re: [PHP] Multiple Update from one form

2004-05-18 Thread Enda Nagle - Lists
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... >

Re: [PHP] Multiple Update from one form

2004-05-18 Thread Enda Nagle - Lists
// ... ... 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

[PHP] Multiple Update from one form

2004-05-18 Thread Enda Nagle - Lists
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

[PHP] ip to country

2004-03-20 Thread Enda Nagle
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

RE: [PHP] PDF

2004-02-18 Thread Enda Nagle
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:

RE: [PHP] MS SQL / PHP

2004-01-27 Thread Enda Nagle
value . "" . $list2->Fields["name"]->value . "" . $list2->Fields["emailadd"]->value . "" . $list2->Fields["country"]->value . "" . $list2->Fields["numdevices"]->value . "" . $list2->

RE: [PHP] MS SQL / PHP

2004-01-27 Thread Enda Nagle
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 /

[PHP] MS SQL / PHP

2004-01-27 Thread Enda Nagle
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

Re: [PHP] Email to database

2003-09-05 Thread Enda Nagle
] > 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 - + - + - + - + - + - + - + - + - + - + - + - + -

Re: [PHP] Email to database

2003-09-05 Thread Enda Nagle
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 - + - + - + - + - + - + - + - + - + - + - + - + -

Re: [PHP] Email to database

2003-09-05 Thread Enda Nagle
> > 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

[PHP] Email to database

2003-09-05 Thread Enda Nagle
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 - + - + - + - + - + - + - + - + - + - + - + - + -

RE: [PHP] pdf information..

2003-07-16 Thread Enda Nagle
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

2003-07-09 Thread Enda Nagle
: 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

[PHP] Simple forms query

2003-07-09 Thread Enda Nagle
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