[HTML/PHP] Content Wont Wrap
http://darkcoders.co.nr/hjh
So when they post the article it wont wrap like it would normally writing in the paragraph tags
PHP Code:
<p><?php include('article.txt'); ?></p>
Now im am using three files to post
1. Login then Post
2. One that fwrites to #3
3. A txt file containing the content
Well i don't see why it the content wont wrap.
And changes needed to be made?
It used to wrap automatically writing in the <p> tags
Thanks, please help and dont fucking say used WORDPRESS or some shit, im trying to learn on my own.
re: [HTML/PHP] Content Wont Wrap
check if the 'article.txt' file has any tags inside it that might disturb the wrap,,
re: [HTML/PHP] Content Wont Wrap
got it to work, all the sudden started working lolz