Re: Variable question...

Поиск
Список
Период
Сортировка
Искать
От
Mitch Vincent
Тема
Re: Variable question...
Дата
в 20:43:06
Msg-id
001401c0d8e9$c397f7f0$1251000a@windows
Список
Дерево обсуждения
Re: Variable question... Chris Ryan <chris@greatbridge.com>
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 по дате отправления
От: Christian Marschalek
Дата:
Сообщение: Variable question...
От: Chris Smith
Дата:
Сообщение: Re: Variable question...
FAQ