Variable & Configuration Problem - PHP

This is a discussion on Variable & Configuration Problem - PHP ; Hello all! I installed PHP 4.0.6 om my server (Winnt server, Apache), and I started testing with it. The problem I have now is this: I want to read the data passed from a form trough a variable. Let's say ...

+ Reply to Thread
Results 1 to 2 of 2

Variable & Configuration Problem

  1. Default Variable & Configuration Problem

    Hello all!
    I installed PHP 4.0.6 om my server (Winnt server, Apache), and I started testing with it.

    The problem I have now is this:
    I want to read the data passed from a form trough a variable.
    Let's say the form field is called Test. I want to use $Test in my PHP script to read that variable.

    But all variables stay empty. I don't wan't to use the Query_string to get my variables.

    Can anybody tell me what INI-setting(s) I got to turn on or off??????

    Thanks!!!

    Greetz
    Patrick


  2. Default Re: Variable & Configuration Problem

    I guess you are using php.ini-optimized, right?
    Take a look at
    http://www.php.net/manual/en/languag...s.external.php

    I suggest to read PHP Manual

    --
    Yasuo Ohgaki

    Patrick Quaedackers wrote:

    > Hello all!
    > I installed PHP 4.0.6 om my server (Winnt server, Apache), and I started testing with it.
    >
    > The problem I have now is this:
    > I want to read the data passed from a form trough a variable.
    > Let's say the form field is called Test. I want to use $Test in my PHP script to read that variable.
    >
    > But all variables stay empty. I don't wan't to use the Query_string to get my variables.
    >
    > Can anybody tell me what INI-setting(s) I got to turn on or off??????
    >
    > Thanks!!!
    >
    > Greetz
    > Patrick
    >
    >




+ Reply to Thread