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!
I'm not sure why it doesn't send for you on POST. But if you really need that kind of information, just use a <input type="hidden" ...> tag and put the information there.
It doesn't send it because that IS the form, not part of it. Like it's been suggested before, trying sending a hidden variable, or checking a variable that you know will have a value.