Search found 5 matches
- Tue Nov 20, 2007 1:23 pm
- Forum: PHP - Code
- Topic: Attach html to text
- Replies: 9
- Views: 819
Can you explain what you are after a little more clearly. I am having a little bit of a hard time trying to wrap my mind around you taking a text input, wrapping HTML around it then turning it into a CSV output. I basically want an easy way to get a text description (and perhaps a title) formatted ...
- Fri Nov 16, 2007 6:48 pm
- Forum: PHP - Code
- Topic: Attach html to text
- Replies: 9
- Views: 819
Are you looking at developing a script that will process HTML input put in the description by the user, or do you want to allow users to accept HTML input and then show it in another place? Let me know so that I can help you with it. I want the user to put in text, and get the text with the html ad...
- Thu Nov 15, 2007 9:13 pm
- Forum: PHP - Code
- Topic: Attach html to text
- Replies: 9
- Views: 819
- Thu Nov 15, 2007 3:20 pm
- Forum: PHP - Code
- Topic: Attach html to text
- Replies: 9
- Views: 819
- Thu Nov 15, 2007 11:04 am
- Forum: PHP - Code
- Topic: Attach html to text
- Replies: 9
- Views: 819
Attach html to text
I want to have a form that takes some text. Like a description, so it has to be able to be fairly long. I then want to write some code to add HTML formatting to the text. I want the HTML on either end of the text. So it will basically put the text into an HTML template. What are some ways I can do t...