At first I thought, "well, thats easy". I am an old timer, my computer experience goes back to early '70's. "." for seperating entities goes back to the '60's! So php decides to use it for concatenation! no problem right? try using echo with a string that has a concatenated var that returns a filename such as "filename.txt", the period in the string gets parsed!
Example:
echo "This filename is ".$filename." some other text";
Now that I have vented, does anyone know of a solution?
Tags: