Page 1 of 1

$_POST not working in different directory

Posted: Sun Apr 11, 2010 12:48 pm
by anwoko
Good Afternoon All:

I built a small form that works as expected when the action URL is in the same directory as the form URL. When I move the action URL to a subdirectory, the form still can submit to the action URL, but the fields are not "posted."

Any ideas?

Re: $_POST not working in different directory

Posted: Sun Apr 11, 2010 3:39 pm
by requinix
Post the HTML and PHP.