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 am trying to get variables from a form and I want to use post instead of get. I tried using get and I was able to get the variables but when I use the post option I can no longer access the variables. I tried using $_POST['']; but it still wouldn't work for me.