On Mar 2, 2013, at 2:20 PM, tamouse mailing lists
wrote:
> See, you can't really call yourself old until that's pooping and cramping...
That reminds me -- a couple of my older friends and I were discussing getting
old.
One friend said "At 8:00 am I have a terrible time taking a poop."
My othe
On Mar 2, 2013, at 11:26 AM, Stuart Dallas wrote:
> On 2 Mar 2013, at 16:25, Jay Blanchard
> wrote:
>
>> No - Tedd is old. The rest of us are just Spring chickens.
>
> Speak for yourself, I'm an autumn turkey!
>
> -Stuart
What's this "autumn" nonsense?
tedd
_
t...@sper
On Mar 2, 2013, at 11:25 AM, Jay Blanchard
wrote:
>> No - Tedd is old. The rest of us are just Spring chickens.
Hey, let's watch that... a, what? What the hell was I saying???
Awww .. forget it.
Did I tell you about when I programed with rocks? That was before someone
invented the abse
On 3/2/2013 11:56 AM, tamouse mailing lists wrote:
Ah, crikey, syntax error!!
$Body <
should be:
$Body = <
AND... it should have 3 <<< instead of 2 <<
http://www.php.net/manual/en/language.types.string.php \
#language.types.string.syntax.heredoc
--
Jim Lucas
--
PHP General Maili
G'day ,
Thanks to you both I have muddled through. The actual answer was
$Subject = "RVRA Contact Form - ".$_POST['MessageSubject'];
I had tried something like that but I used a comma instead of the period.
And, yes, I was getting error messages "Undefined variable" on line 6.
etc but was t
On Sat, Mar 2, 2013 at 5:04 AM, Michael CALDER
wrote:
>
> -- G'day ,
G'day, cobber!
> Here is the current contact2.php file - but the SUBJECT only shows as
> RVRA Contact Form -
Others have addressed that, as well as not needing the stripslashes.
If you will permit, I have a few other comments.
On Sat, Mar 2, 2013 at 10:35 AM, Jay Blanchard
wrote:
> [snip]
>
> Speak for yourself, I'm an autumn turkey! -Stuart
> [/snip]
>
> My body is an Autumn turkey, my head says differently - save on certain
> mornings when too much popping and cracking occurs.
See, you can't really call yourself old
[snip]
Speak for yourself, I'm an autumn turkey! -Stuart
[/snip]
My body is an Autumn turkey, my head says differently - save on certain
mornings when too much popping and cracking occurs.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 2 Mar 2013, at 16:25, Jay Blanchard
wrote:
>> [snip]
>> I've been on this list since the early 2000's. I used to participate a lot
>> back then but then took up a non-php related job and I stopped paying
>> attention to the list. I've been working again with php for the past 4.5
>> years bu
[snip]
I've been on this list since the early 2000's. I used to participate a lot
back then but then took up a non-php related job and I stopped paying
attention to the list. I've been working again with php for the past 4.5
years but choose to just monitor the list and haven't participated much
I've been on this list since the early 2000's. I used to participate a lot
back then but then took up a non-php related job and I stopped paying
attention to the list. I've been working again with php for the past 4.5
years but choose to just monitor the list and haven't participated much.
Perha
[snip]
...good conversation...
[/snip]
I have been on this list for years and I have watched it ebb and flow. I
have heard all the bad and good about PHP. The fact remains that we use
PHP in some very heavy applications and it never fails us for what we
want or need to do. I always encourage d
On 3/2/2013 7:03 AM, Maciek Sokolewicz wrote:
The problem is the simple fact that the variable $MessageSubject is not
defined until 4 lines farther into the script. Changing the variable to
$_POST['MessageSubject'] (and concatenating using the concatenation
operator (the period: '.' )) should fi
On 2-3-2013 12:23, Lester Caine wrote:
Michael CALDER wrote:
$Subject = "RVRA Contact Form - ,$MessageSubject";
Can anyone please advise or point me in the right direction for
instructions on how to combine the fixed text with the variable
$MessageSubject.
The quick fix is simply
$Subject = "
Michael CALDER wrote:
$Subject = "RVRA Contact Form - ,$MessageSubject";
Can anyone please advise or point me in the right direction for
instructions on how to combine the fixed text with the variable
$MessageSubject.
The quick fix is simply
$Subject = "RVRA Contact Form - ".$MessageSubject;
-- G'day ,
I have a basically simple problem the solution to which has eluded me
for several days.
I have a form being handled by a .php file.
I want the received email sent by the form to have as its SUBJECT the
combination of the form name "RVRA Contact Form - " and the MESSAGE
SUBJECT as ch
Paul McGarry wrote:
My heads trying to remember something I may or may not have known to start with.
>
>If I hold datetimes in a DB in UTC and can represent a date to a user
>based upon a user preference Timezone (not an offset, but a real
>timezone : Europe/Berlin, etc.) am I missing anything?
I am new too here (no more than a week)
On Mar 2, 2013 1:37 AM, "Nick Whiting" wrote:
> On Fri, Mar 1, 2013 at 6:32 PM, tamouse mailing lists <
> tamouse.li...@gmail.com> wrote:
>
> > On Fri, Mar 1, 2013 at 11:56 AM, Daniel Brown wrote:
> > > On Fri, Mar 1, 2013 at 12:54 PM, Jim Giner <
> jim.gi
18 matches
Mail list logo