Search found 3 matches

by toughguy
Tue Oct 10, 2006 7:00 pm
Forum: PHP - Code
Topic: How to show text from DB with <breaks>?
Replies: 3
Views: 428

Haha, of course it had to be that easy. Never heard of that function but works like a dream.

Thanks guys!

P.S. I was never trying to use space to format text, and I've never used the <pre> tag for anything aside from getting my forum to work :( .

D
by toughguy
Tue Oct 10, 2006 6:44 pm
Forum: PHP - Code
Topic: How to show text from DB with <breaks>?
Replies: 3
Views: 428

How to show text from DB with <breaks>?

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...
by toughguy
Fri Jul 28, 2006 4:05 pm
Forum: PHP - Code
Topic: MAX_FILE_SIZE
Replies: 1
Views: 156

MAX_FILE_SIZE

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...