[PHP] Sessions Timeout

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

[PHP] Sendmail Return-Path

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

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

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

Re: [PHP] Sendmail Return-Path

2004-07-27 Thread Enda Nagle - Lists
I guess I¹ll just have to try that PEAR package. Regards Enda -- On 27/07/2004 22:25, Justin Patrin [EMAIL PROTECTED] wrote: On Tue, 27 Jul 2004 22:07:52 +0100, Enda Nagle - Lists [EMAIL PROTECTED] wrote: Hi Guys, I¹m using PHP¹s mail() function on several sites, but have difficulty

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. $FirstName =

[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

Re: [PHP] Multiple Update from one form

2004-05-18 Thread Enda Nagle - Lists
\input type=text name=\ordersinfo[$i][tracking]\ value=\ . $roworders[tracking] . \ size=25/td ... 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

Re: [PHP] Multiple Update from one form

2004-05-18 Thread Enda Nagle - Lists
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... / // UPDATE PART / $i=1; //while ($ordersinfo[$i