On Sat, February 25, 2006 4:18 pm, [EMAIL PROTECTED] wrote:
> I'm having kind of a weird problem I want $MailSubject to contain a
> the value "prayer" unless I tell it other wise.
>
> // on a form processor.
> $MailSubject = "Praise";
> include_once("mailit.php");
>
> // then in mailit.php
> includ
I'm having kind of a weird problem I want $MailSubject to contain a
the value "prayer" unless I tell it other wise.
// on a form processor.
$MailSubject = "Praise";
include_once("mailit.php");
// then in mailit.php
include "form2mail.php";
// and in formtomail.php
if(!defined($MailSubject)) //
ED]>
Cc:
Sent: Saturday, February 25, 2006 3:27 PM
Subject: Re: [PHP] defined
>
> > I'm having kind of a weird problem I want $MailSubject to contain a the
value "prayer" unless I tell it other wise.
> >
> > // on a form processor.
> > $MailSubject = &q
On 2/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm having kind of a weird problem I want $MailSubject to contain a the value
> "prayer" unless I tell it other wise.
>
> // on a form processor.
> $MailSubject = "Praise";
> include_once("mailit.php");
>
> // then in mailit.php
> include
I'm having kind of a weird problem I want $MailSubject to contain a the value
"prayer" unless I tell it other wise.
// on a form processor.
$MailSubject = "Praise";
include_once("mailit.php");
// then in mailit.php
include "form2mail.php";
// and in formtomail.php
if(!defined($MailSubject))
I'm having kind of a weird problem I want $MailSubject to contain a the value
"prayer" unless I tell it other wise.
// on a form processor.
$MailSubject = "Praise";
include_once("mailit.php");
// then in mailit.php
include "form2mail.php";
// and in formtomail.php
if(!defined($MailSubject)) /
On Wednesday 13 April 2005 04:37, Labunski wrote:
> Hi,
> Can I use Constant in mysql query like this:
>
>
> define("LANG", "eng");
> mysql_query("SELECT * FROM data WHERE col = 'articles' ORDER BY
> subjectLANG");
You can use:
mysql_query("SELECT * FROM data WHERE col = 'articles' ORDER BY
sub
Hi,
Can I use Constant in mysql query like this:
define("LANG", "eng");
mysql_query("SELECT * FROM data WHERE col = 'articles' ORDER BY
subjectLANG");
Thanks a LOT,
Lab.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
8 matches
Mail list logo