[PHP] need to alter FROM address when sending with PHP forms

2007-06-07 Thread Dylan Bouterse
of the server). We would like to be able to alter the FROM: address per form as we should be able to do in PHP. If there is a PHP fix for this any help would be appreciated. If this is definitely NOT a PHP problem, please let me know and I will move on from there. Thank you. Dylan -- PHP General

[PHP] using ($test)?$true:$false in a string

2005-11-18 Thread Dylan
like: $var =first part of string {(($a==$b)?$c:$d)} rest of string; Cheers Dylan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] using ($test)?$true:$false in a string

2005-11-18 Thread Dylan
Richard Lynch wrote: On Fri, November 18, 2005 2:13 pm, Dylan wrote: Is it possible to use the ($test)?$true:$false construction in a (double quoted) string without dropping out of the string and concatenating? I have many lines like: $var = first part of string .(($a==$b)?$c:$d). rest

[PHP] RE: open or save problem

2002-07-30 Thread Dylan Miller
for your help. Dylan Miller Solimar Systems, Inc. -Original Message- From: Daniel Grace [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 2:59 PM To: Dylan Miller Cc: [EMAIL PROTECTED] Subject: Re: open or save problem I've CC'd a copy of your message plus this reply to the PHP

[PHP] PHP 4.2.0 and the GET method URLs

2002-05-04 Thread Dylan Fitzgerald
if no name=modulename variable is passed to it.) Many thanks in advance! -- Dylan Fitzgerald -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Regular Expression Question

2001-05-22 Thread Dylan Finney
the first line?) or is there an easier way to just remove a line from a file? thank you Dylan Finney www.healthcoast.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Include Paths

2001-05-19 Thread Dylan Finney
what I assume is the file size is added to the end of the line. i.e.( blah blah blah will produce a 14 at the end of the line ) I was curious as to if there is a flag i'm missing that is causing them to do that. Thank you for the help! Dylan Finney www.healthcoast.com -- PHP General

[PHP] Stack trace function would be really useful!

2001-01-22 Thread Dylan McNamee
nfo at each calling site. If there was a PHP function that printed out the call-stack, I'd be totally set. Is there such a function (I looked, but perhaps with the wrong keywords), or if not, could it be easily added? thanks, dylan -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Can I fork a PHP thread?

2001-01-17 Thread Dylan McNamee
to appear or something), so I'm not asking for a join, or any sychronization facilities. Does anyone agree that this would be useful? Is there another way to accomplish this? Better yet, does this function already exist, but has managed to hide for all this time...? thanks, dylan -- PHP General