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!
Small question: when I'm transferring data via get/post over a form does the "name='name'" attribute (within the form) automatically get turned to the variable '$name' in the action page or do I need to type '$_POST["name"] = $name'?