Hi,

I'm having a major problem with my php set up on my redhat box:

Values are not getting passed from one page to the next on apache.  Any ideas?  
Are there any particular features of php I must ensure are enabled to have 
this simple stuff work?
I modified the http.conf file and removed the <Limit> tags temporarily as a 
test, still the same 'result'.

Eg

page.php
-----
<form action=pageaction.php method=post>
<input type=text name=test>
<input type=submit value="Submit" name=submit>
</form>
----

page-action.php
-----
echo $name;
----


And ... nothing.

The contents of http_vars_post and http_vars_get are emtpy.

I recently upgraded to apache 1.3.26 as a result of a security thing mentioned 
by RHN and now my php forms don't work!


TIA


Wez



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to