Re: Variable question...

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: "Christian Marschalek" <cm(at)chello(dot)at>, "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Variable question...
Date: 2001-05-10 00:40:08
Message-ID: 001401c0d8e9$c397f7f0$1251000a@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Chris Smith 2001-05-10 00:48:57 Re: Variable question...
Previous Message Christian Marschalek 2001-05-10 00:34:24 Variable question...