Hey guys, Basically, I wrote a small custom forum program and I'm having problems getting the text to display properly. Obviously, when I get the text from the DB, the HTML outputs it in a straight line because it reads a space and every consecutive space after that as nothing. One option was the <p...
Hey there, I'm trying to write a program to upload pictures and other content. It works fine right now (still have to add a couple minor things) unless I try to upload a file larger than 1MB. I don't think it's the MAX_FILE_SIZE part of the equation. Is there something else I have to configure to le...