Search found 5 matches

by gr3gg0r
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 ...
by gr3gg0r
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...
by gr3gg0r
Thu Nov 15, 2007 9:13 pm
Forum: PHP - Code
Topic: Attach html to text
Replies: 9
Views: 819

a csv file is a "comma seperated values" file. Like a tab delimited file, but commas. An excel spreadsheet might work too but I prefer a simpler format. I don't know too much about XML but I would be willing to learn. Tell me about that and how it works. I'm sure I could do some research o...
by gr3gg0r
Thu Nov 15, 2007 3:20 pm
Forum: PHP - Code
Topic: Attach html to text
Replies: 9
Views: 819

That looks good to me, now what if I wanted it to create a csv file with that information in one cell?
by gr3gg0r
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...