php-windows Digest 14 Oct 2001 23:58:31 -0000 Issue 805
Topics (messages 9841 through 9843):
Re: text formatting in database article
9841 by: Jørg Vidar Bryne
development binaries for php (windows)
9842 by: Gaylen Fraley
Self Submitting form
9843 by: Chris Burwell
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
You could use tthe nl2br function.
echo nl2br( $text_from_database );
-J
"Mark Hope" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I am currently creating a website that pulls news articles from a mysql
database into a php page. The article is stored as a TEXT function in
the database, and is inserted by a single form field. What do I need to
do in order for the article to be displayed with the proper paragraph
breaks instead of a the continuous text it is now.
Mark
--- End Message ---
--- Begin Message ---
Are there any other sites to get binaries for development releases other
than php4win?
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.0 Guestbook http://www.gaylenandmargie.com/publicscripts
--- End Message ---
--- Begin Message ---
I am having trouble with a user registration script. It seems that the
script is not registering the varible $stage for some reason. This means
that my script will not move to the next stage in it's execution. I can't
figure out how to fix this. I should note that i am using php 4.0.6 with
apache. In my scripts i use fats templae to maintain my design.
The scourc for this registration can be found at:
http://www.burwell.f2s.com/register.phps
--- End Message ---