Help with inputs and outputs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
crazymao
Forum Newbie
Posts: 14
Joined: Sun Aug 02, 2009 1:56 pm

Help with inputs and outputs

Post by crazymao »

could someone please write me a script which takes the input from a textarea, inputs it into the database, and then outputs it in the same format? the trick is i want it to be able to output text in lines such as:
1
2
3
instead of
123

i have tried and failed multiple times, i looked up many php functions which seemed to do what i want but not in my situation

thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Help with inputs and outputs

Post by John Cartwright »

We aren't here to write code for you. What have you tried?

EDIT | Duplicate topic... Locked.
Locked