Situation: I made an Ajax RNG for my friend (which works fine), but he needs to be able to submit a name for the RNG to use. I've set the .php file to receive the name with $_GET, but now my dilemma is this:
I need a simple form that, when the name gets submitted, it doesn't load another page, and can create a variable containing the name and send it off to the .php file. I'm probably being hard headed and not remembering something.