Jump to content

CAN PHP READ LINE'S ?


poisano

Recommended Posts

Poisano ure still not too clear. Are those links going to be like:

 

<textarea cols="100" rows="10" name="url1"></textarea>
<textarea cols="100" rows="10" name="url2"></textarea>
<textarea cols="100" rows="10" name="url3"></textarea>

 

and u need a code which parses those urls?

Link to comment
https://forums.phpfreaks.com/topic/63822-can-php-read-lines/#findComment-318119
Share on other sites

Hi Poisano,

 

From the image posted, I see that in the text area there are few lines that are getting displayed. All you want is to capture them and echo it. Right??

Tell me from where you are getting the lines displayed. Is it from any file that u get the lines into the text area??

If it is from a file, capture the output of the file into any variable and echo it as said by Thorpe.

Even if it is not from any file, you can capture the output and echo it.

 

Now when you post it again, give us the code that you have tried. So that we can help by seeing the code atleast.

 

 

Link to comment
https://forums.phpfreaks.com/topic/63822-can-php-read-lines/#findComment-318348
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.