When I post information to php from a form using enctype="multipart/form-data" the php on the page I post to is largely ignored.
I can have a text field "name" and type "me" and post it, echo $name and see "me" BUT if I have an If ($name == "me") or Switch ($name) case "me": or whatever, the code inside is never executed. I take off the enctype="multipart/form-data" and it is executed.
I'm running php4 on RedHat, and can give you more info if you need it. Has anybody seen this type of behavior before?
thanks,
mark