Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Textarea each line in a different variable
Old 08-10-2004, 05:25 PM Textarea each line in a different variable
lajkonik86's Avatar
Ultra Talker

Posts: 389
Trades: 0
Well the titel sort of explaines it.
I've got a textarea and i want to put each line in a different variable. Don't know how to do this in PHP so i would like some help. Can't be that hard...

Greetz
Thierry
lajkonik86 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-10-2004, 05:34 PM Explode
Kyrnt's Avatar
The Post-Mod Years

Posts: 2,536
Location: Western Maryland
Trades: 0
Assuming that each line in the textarea is delimited by a newline character, you should be able to use the explode() method.

This creates an array of strings from a given string, delimited by your chosen "delimiter string," in this case, a newline character.


PHP Code:
$arrTxt explode"\n"$_POST[mytextarea] ); 
__________________
—Kyrnt
Kyrnt is offline
Reply With Quote
View Public Profile Visit Kyrnt's homepage!
 
Old 08-11-2004, 06:07 AM thx
lajkonik86's Avatar
Ultra Talker

Posts: 389
Trades: 0
thanks thats the code i have been looking for.
I'm new to php and didn't know explode excisted. Great!

Thx.
btw. mytextarea needs to be between ' '
Greetz
Thierry
lajkonik86 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Textarea each line in a different variable
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.52482 seconds with 12 queries