Search found 3 matches

by asterix040173
Wed Mar 23, 2011 4:39 am
Forum: PHP - Code
Topic: help for beginner
Replies: 4
Views: 247

Re: help for beginner

i have looked this function,but it a bit complicated for me...
could you show me a code example?
by asterix040173
Wed Mar 23, 2011 1:23 am
Forum: PHP - Code
Topic: help for beginner
Replies: 4
Views: 247

Re: help for beginner

thanks.... i did find this:)

could you tell me now, how to do if there is multiple line

example:

john
david
estelle

to get output like this:
[player]john[/player]
[player]david[/player]
[player]estelle[/player]

i will of course look by myself
by asterix040173
Mon Mar 21, 2011 11:46 pm
Forum: PHP - Code
Topic: help for beginner
Replies: 4
Views: 247

help for beginner

I am trying to display on a php page the data input in a text area . on each line that the user insert into that text area i want 2 variable (tags) added to the user input. Let me show you an example... user input = john after submit = [player]john[/player] here is the code that i have done so far.....