Jump to content

Problem with <br />


thenature4u

Recommended Posts

i want to write the following data to a file.

 

<?

define('ABOUT US','We are the development People');

define('ABOUT US','We are the development People');

define('ABOUT US','We are the development People');

define('ABOUT US','We are the development People');

?>

 

i want to write the code as it is in output file.

 

But in the output file, the code is displaying like this,

 

<?

<br>define('ABOUT US','We are the development People');

<br>define('ABOUT US','We are the development People');

<br>define('ABOUT US','We are the development People');

<br>define('ABOUT US','We are the development People');

<br>?><br>

  please help me

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/101696-problem-with/
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.