Dear Matt,
Thank you so much for the valuable information and it solved my problem.

ok. I will use the php-general list for the questions related to developing
with php.

Thanks again!

Regards,
Maria


"Matt Parlane" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Maria...
>
> What version of PHP are you running?  If you are running 4.2.0 or newer,
the
> problem you are seeing is by design.  From version 4.2.0 onwards, request
> variables are no longer registered in the global scope.
> See http://www.php.net/release_4_2_0.php
>
> In future, [EMAIL PROTECTED] is the place to post questions about
> developing WITH PHP - php-dev is for the development OF PHP.
>
> Thanks,
>
> Matt
>
>
> "Maria" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Dear Freinds,
> > I am trying to pass the value from one page to other. But that value is
> not
> > displayed by the receiving page.
> > I am using win 2000 server with IIS. Is there anything to be configured
in
> > php.ini file?
> > The following is the code:
> >
> > user.php
> > <HTML>
> > <FORM METHOD="POST" ACTION="process.php">
> > <INPUT TYPE="text" NAME="username"><BR><BR>
> > <INPUT TYPE="submit" value= "Submit data">
> > </FORM>
> > </HTML>
> > -----------------------------------------------------------------
> > process.php
> > <HTML>
> > <?
> >  echo (" Welcome, " . $username);
> > ?>
> > </HTML>
> >
> >
>
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to