Jump to content

line break - php


felito

Recommended Posts

hi

i have some troubles to create a new line break for this code:

 

i already tried:

 

    echo "<input type='radio' name='gropu1' value='$id'>$data \n ";

   

//

 

   echo "<input type='radio' name='gropu1' value='$id'>$data.\n ";

//

    echo "<input type='radio' name='gropu1' value='$id' >$data.'\n'";

 

 

what is the correct syntax for that?

Link to comment
https://forums.phpfreaks.com/topic/237810-line-break-php/
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.