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 have a form that submit both a file and some input text. I know that PHP retrieves the file from the form using $_FILES, but how can I retrieve the text from input fields like in a $_POST?