Re: [PHP] A dumb question regarding sending email

2008-08-12 Thread Chris
tedd wrote: Hi gang: I wish I had another identify for asking dumb questions, but it's late and I'm tried -- so here goes. I have a herdoc that I send out as an email -- no problems there. However, how do I include a link within it? If I use http://example.com, it's just a string but not an

Re: [PHP] A dumb question - Regarding a php cms

2005-09-17 Thread Dragan Stanojevic - Nevidljivi
Troy Pieterman wrote: Im trying to run Syntax desktop which is a php cms (on my own server win2003). In the installation readme it tells me to edit a cfg.php file, i have done this but the cms still does not load, i have a feeling its becuase it dosnt know where to load its files from, here is

Re: [PHP] A dumb question - Regarding a php cms

2005-09-17 Thread Jose Miguel
Regarding paths, in a Windows enviroment, you should use double slash, like: c:\\www\\syntax desktop\\ Cheers. On 18 Sep 2005 09:13:56 +1000, Troy Pieterman <[EMAIL PROTECTED]> wrote: > > Im trying to run Syntax desktop which is a php cms (on my own server > win2003). > > In the installation

Re: [PHP] A dumb question

2004-02-12 Thread Jeremy Schroeder
Sorry for the mistake. I check the email I sent and I only sent it to the group, I changed the subject an removed all the of the message. Blake David T-G wrote: Jeremy -- You have started a new thread by taking an existing message and replying to it while merely changing the Subject: line. T

Re: [PHP] A dumb question

2004-02-12 Thread John Nichel
Alex Hogan wrote: HAND? I haven't seen that one... "Have A Nice Day" -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] A dumb question

2004-02-12 Thread Alex Hogan
HAND? I haven't seen that one... > -Original Message- > From: David T-G [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 11:34 AM > To: PHP General list > Cc: Jeremy Schroeder > Subject: Re: [PHP] A dumb question > > Jeremy -- > > You hav

Re: [PHP] A dumb question

2004-02-12 Thread David T-G
Jeremy -- You have started a new thread by taking an existing message and replying to it while merely changing the Subject: line. That is bad, because it breaks threading. Whenever you reply to a message, your mail client generates a "References:" header that tells all recipients to which postin

Re: [PHP] A dumb question

2004-02-11 Thread Paul Furman
Chris W. Parker wrote: Chris W. Parker <> on Wednesday, February 11, 2004 11:45 AM said: I think in this is what's called a reference. Sounds like that's simply a way of making an alias for a variable: http://us2.php.net/manual/en/language.references.php -- PHP General Mailing List (http://

RE: [PHP] A dumb question

2004-02-11 Thread Chris W. Parker
Chris W. Parker <> on Wednesday, February 11, 2004 11:45 AM said: > I think in this it's what's called a reference. Don't know much else. > :) Ok that should be "I think this is what's called"... had to correct that. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

RE: [PHP] A dumb question

2004-02-11 Thread Chris W. Parker
Jeremy Schroeder on Wednesday, February 11, 2004 11:39 AM said: > What does the ampersand do in the bottom example code, they both work. > > $n1 = $num1 -> function(); > $n1 = & $num1 -> function(); I think in this it's what's called a reference. Don't know much el