argument - Mailing list pgsql-general

From 최진백
Subject argument
Date
Msg-id 99061311133214200@nt001
Whole thread Raw
List pgsql-general

Choi jin baek wrote:

Hi all,

I'm trying to get the argument from phtml file, but I can't how get the argument in the phtml file that php section included.

ex )
if ( $type == "" || $type =="master" ) {
     ....
    ....
}
elseif ( $type == "list" ) {
    ....
    ....
}

How get the $type argument ...

I'm sorry. I can write englist little.
Thank you for your reading.

With Best Regards,
Choi jin baek.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Updating non atomic values
Next
From: Piotr Stelmaszyk
Date:
Subject: Re: [GENERAL] Newbie disturbed about lack of CASE tools for PostgreSQL