erlug
[Top] [All Lists]

Re: [Erlug] variabili php

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] variabili php
From: Davide Alberani <alberanid@xxxxxxxxx>
Date: Sun, 5 Oct 2003 16:17:29 +0200
On Oct 05, Simone Bacciglieri <simonebac@xxxxxxxxx> wrote:

> echo "Nome: ",$Nome,'<br>'; echo "Cognome: ",$Cognome,'<br>';
> 
> non mi fa vedere una benedetta favella a parte le scritte nome
> e cognome?

Vado a memoria: dovrebbe essere accessibile come $HTTP_POST_VARS['Nome']
se vuoi che lo sia anche come $Nome, devi settare register_globals
nel file di configurazione.

Questo almeno in PHP 3 e forse anche 4.

-- 
(=---= alberanid@xxxxxxxxx =------------= PGP KeyID: 0x465BFD47 =---=)
 )                         Davide Alberani                          (
(=-= http://digilander.libero.it/alberanid/ =-= ICQ UIN: 83641305 =-=)

<Prev in Thread] Current Thread [Next in Thread>