elegantenigma wrote in php

Dumb Question of the Day

I'll be honest, I'm kind of a novice at this PHP thing. I'm completely stuck.

I'm attempting to write variables that I carried over from a form to a text file. In any variable that contains spaces, I only get whatever characters fall before the space. For example, the contents of my test variable is My Event. The only thing writing to the text file is My. Can anyone tell me what to do to fix this? I'm completely confused. Thanks!