Re: Variable question... - Mailing list pgsql-php

From Mitch Vincent
Subject Re: Variable question...
Date
Msg-id 001401c0d8e9$c397f7f0$1251000a@windows
Whole thread Raw
In response to Variable question...  ("Christian Marschalek" <cm@chello.at>)
Responses RE: Variable question...  ("Christian Marschalek" <cm@chello.at>)
Re: Variable question...  ("Christian Marschalek" <cm@chello.at>)
List pgsql-php
Try --

    $result = pg_exec($c1,"SELECT o_plz FROM ort_tabelle WHERE o_plz =".
    $HTTP_SESSION_VARS["user_tabelleXu_o_plz"]);

> And I have to do the following instead?
>
> $plz = $HTTP_SESSION_VARS['user_tabelleXu_o_plz'];
> $result = query_trans($c1, "SELECT o_plz FROM ort_tabelle WHERE o_plz =
> $plz");
>
> Tia again Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


pgsql-php by date:

Previous
From: "Christian Marschalek"
Date:
Subject: Variable question...
Next
From: Chris Smith
Date:
Subject: Re: Variable question...