Write text in php even though its code?

timbruningtwine

New member
I have the following line
<?php echo $_POST["resistance"]; ?> to all resistances<br />

now what i want the script to do is get the string resistance that was written in the previous file and then write this to the screen
(Lets say for instance the variable resistance was -1000)

-1000 to all resistances<br />

the problem is <br/> is a php code so when its entered it jumps to the next line, how do i stop this from happening?
 
Back
Top