Hi there,
I have a text like
$line=`line1=
line2=
line3=`;
it shows in browser like line1= line2= line3= . I want to remove the = sign and the extra space from the text. How can i remove it? if anyone knows please help me. I wish to display the output in browser like line1line2line3 . Thanks in advance,,
I have a text like
$line=`line1=
line2=
line3=`;
it shows in browser like line1= line2= line3= . I want to remove the = sign and the extra space from the text. How can i remove it? if anyone knows please help me. I wish to display the output in browser like line1line2line3 . Thanks in advance,,
Comment