no
On Sun, Jun 27, 2010 at 8:29 PM, David McGlone wrote:
> On Sunday 27 June 2010 04:08:24 Tanel Tammik wrote:
> > Hello,
> >
> > how to select only if value is present?
> >
> > $query = $db->query("select menus.id, menus.name,
> > case
> > when panels.id is not null then '1'
>
On Sunday 27 June 2010 04:08:24 Tanel Tammik wrote:
> Hello,
>
> how to select only if value is present?
>
> $query = $db->query("select menus.id, menus.name,
> case
> when panels.id is not null then '1'
> end as hiddenpanel
>
> from " . \DB_MENUS . " as menus
>
Subject: RE: [PHP] Modifying Existing Text File From PHP Is Not Working
From: a...@ashleysheridan.co.uk
To: aj...@alumni.iu.edu
CC: tedd.sperl...@gmail.com; php-general@lists.php.net
Date: Sun, 27 Jun 2010 17:29:05 +0100
On Sun, 2010-06-27 at 12:23 -0400, Alice Wei wrote:
Subject:
On Sun, 2010-06-27 at 12:23 -0400, Alice Wei wrote:
>
> Subject: RE: [PHP] Modifying Existing Text File From PHP Is Not Working
> From: a...@ashleysheridan.co.uk
> To: aj...@alumni.iu.edu
> CC: tedd.sperl...@gmail.com; php-general@lists.php.net
> Date: Sun, 27 Jun 2010 17:16:04 +0100
>
>
>
>
Subject: RE: [PHP] Modifying Existing Text File From PHP Is Not Working
From: a...@ashleysheridan.co.uk
To: aj...@alumni.iu.edu
CC: tedd.sperl...@gmail.com; php-general@lists.php.net
Date: Sun, 27 Jun 2010 17:16:04 +0100
On Sun, 2010-06-27 at 12:11 -0400, Alice Wei wrote:
> Date:
On Sun, 2010-06-27 at 12:11 -0400, Alice Wei wrote:
>
> > Date: Sun, 27 Jun 2010 12:01:50 -0400
> > To: aj...@alumni.iu.edu; php-general@lists.php.net
> > From: tedd.sperl...@gmail.com
> > Subject: Re: [PHP] Modifying Existing Text File From PHP Is Not Working
> >
> > At 7:20 AM -0400 6/27/10, A
> Date: Sun, 27 Jun 2010 12:01:50 -0400
> To: aj...@alumni.iu.edu; php-general@lists.php.net
> From: tedd.sperl...@gmail.com
> Subject: Re: [PHP] Modifying Existing Text File From PHP Is Not Working
>
> At 7:20 AM -0400 6/27/10, Alice Wei wrote:
> >Hi,
> >
> >I have the code as in the following:
> Subject: Re: [PHP] Modifying Existing Text File From PHP Is Not Working
> From: lexsi...@gmail.com
> Date: Sun, 27 Jun 2010 13:47:53 +0200
> To: aj...@alumni.iu.edu
>
> You are closing your file too early. Close it outside the foreach.
> An other point : you should not 'edit' an XML file by thi
At 7:20 AM -0400 6/27/10, Alice Wei wrote:
Hi,
I have the code as in the following:
$string = "\n" . $name . "\n" . $phone
. "\n".
$email . "\n" . $comments .
"\n";
//If file exists. append, otherwise create
$file = "messages.xml";
$fh = fopen($file,"a");
$lines = file($file);
/
---
Brandon Rampersad wants to stay in better touch using some of Google's
coolest new
products.
If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-b89a7a894d-a89de444ea-qNA2NPWwf-0ll8Gz7bfGZh8MgfI
Y
On Sun, 2010-06-27 at 07:20 -0400, Alice Wei wrote:
> Hi,
>
> I have the code as in the following:
>
>
> $name= "Test";
> $phone= "123-456-7890";
> $email = "myem...@mymail.com";
> $comments = "Test Only";
>
> $string = "\n" . $name . "\n" . $phone .
> "\n".
> $email . "\n" . $c
Hi,
I have the code as in the following:
\n" . $name . "\n" . $phone .
"\n".
$email . "\n" . $comments .
"\n";
//If file exists. append, otherwise create
$file = "messages.xml";
$fh = fopen($file,"a");
$lines = file($file);
//Output a line of the file until the end is reached
fo
Hello,
how to select only if value is present?
$query = $db->query("select menus.id, menus.name,
case
when panels.id is not null then '1'
end as hiddenpanel
from " . \DB_MENUS . " as menus
left join " . \DB_HIDDENPANELS . " as panels on (menus.id =
panels.men
13 matches
Mail list logo