Ok it does work on that page, but when I submit, it says
Notice: Undefined variable: submit in C:\Program Files\Apache Group\Apache2\htdocs\userconfirm.php on line 12 and shows me the forms again. Before I get to that question, I'd like to know something. What are you doing with this line of code:
foreach($_POST['info']
How does that work? What is that expression saying? My problem, I guess, is that I don't get how $POST works. What does $POST['info'] mean?
Also, how does foreach work? I've looked them both up in the php.net lexicon, and I don't quite understand their definitions either
Oh yea, and finally, what does "as $k=>$v" mean?