$_POST not working in different directory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anwoko
Forum Newbie
Posts: 1
Joined: Sun Apr 11, 2010 12:43 pm

$_POST not working in different directory

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: $_POST not working in different directory

Post by requinix »

Post the HTML and PHP.
Post Reply