Vins --

Let me  see if  I can return the favor.
Here's what the seem to work for me with PHP4.2.0:
----  form.php --------

// Depending on wheather your using  POST or GET
$var_name1 = $_POST['form_var_name']'
// or
$var_name2= $_GET['form_var_name']'
echo $var_name1;
echo $var_name2;

Also I believe you used to have to ./configure --enable-track-vars? This 
maybe depreciated now ?
See variable sections of manaul for "sorid" details.


David Jackson
[EMAIL PROTECTED]






Vins wrote:

>I have installed php4 with apache 1.3.24.
>Downgraded apache again.
>LOL
>
>When I wan't to submit a form from say  form.php to from2.php
>with the following fields   :       input field name=stuff
>input stuff contains  "Hello World"
>
>when i submit form.php
>form2.php displays nothing.
>
>I've set form2.php to echo $stuff;
>
>My php4 installation doesn't seem to be sending my variables.
>but the funny thing is that phpmyadmin works 100% fine.
>
>what could be the problem ?
>
>
>  
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to