From: | "Linder Poclaba" <linder(dot)poclaba(at)gmail(dot)com> |
---|---|
To: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
Cc: | O§Kr <lestatoscar(at)gmail(dot)com>, pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: diskulpen... |
Date: | 2006-05-31 13:17:10 |
Message-ID: | 5aa69e1b0605310617k101ae9baia97ad1fd0d501411@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Debes preguntar a las listas de PHP, esto no tiene nada que ver con
PostgreSQL.
On 5/31/06, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
>
> On 5/31/06, O§Kr <lestatoscar(at)gmail(dot)com> wrote:
> >
> > este fragmento de kodigo en k esta mal???
> >
> >
> > <?php // Manual de PHP de DesarrolloPHP.tk
> > if (($PHP_AUTH_USER!="12") || ($PHP_AUTH_PW!="12"))
> > {
> > header('WWW-Authenticate: Basic realm="Acceso restringido"');
> > header('HTTP/1.0 401 Unauthorized');
> > echo 'Authorization Required.';
> > exit;
> > }
> > ?>
> >
> > al correr la pagina..me pide usuario y contraseña y en ls dos le pongo
> 12
> > tal y como lo tengo en el ejemplo y o me funciona pork m la vuelve a
> pedir
> > asi susesivamente asta k m dice 'Authorization Required
> > k podria estar mal..de antemano gracias...
> > www.itolibre.dajoob.com
> >
>
> y esto se relaciona con postgres? por favor, atente al tema de la
> lista... puedes hacer preguntas sobre interaccion de otros lenguajes
> con postgres pero no preguntas exclusivamente de otros lenguajes o su
> sintaxis...
>
> --
> Atentamente,
> Jaime Casanova
>
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs and the universe trying
> to produce bigger and better idiots.
> So far, the universe is winning."
> Richard Cook
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 10: visita nuestro canal de IRC #postgresql-es en irc.freenode.net
>
From | Date | Subject | |
---|---|---|---|
Next Message | Moises Alberto Lindo Gutarra | 2006-05-31 13:23:00 | Re: Programación adecuada para postgres. |
Previous Message | Leonel Nunez | 2006-05-31 13:06:43 | Re: PHP, Postgresql y los config |