deep
08-28-2003, 02:30 AM
Hello!!
I got a file that looks like this(without the Line1, Line2...):
Line1: $MyName;
Line2: $Age;
Line3: $MessageText
Line4: $MessageText
Line5: $MessageText
Line6: $MessageText
...
How to I open and load everything that starts from Line3 to foef() and place that text in a
<textarea name="textfield"></textarea> excactelly as it appears from Line3 to the last line? :confused:
Thx! :)
I got a file that looks like this(without the Line1, Line2...):
Line1: $MyName;
Line2: $Age;
Line3: $MessageText
Line4: $MessageText
Line5: $MessageText
Line6: $MessageText
...
How to I open and load everything that starts from Line3 to foef() and place that text in a
<textarea name="textfield"></textarea> excactelly as it appears from Line3 to the last line? :confused:
Thx! :)