Re: concatenating < or > not working



Milan Krejci schrieb:
hello,
if i do $replace='<'.$key.'>'; it doesnt work as expected! i'm a little confused any help?

I don't see a problem there - you might want to post further information, about what you want to do, how the code looks like, what result is expected, and what the actual result is.

<?php
$key = 'key';
$replace='<'.$key.'>';
var_dump($replace);
?>

The result is: string(5) "<key>"

Which is as expected. Of course you need to check the HTML source, as your browser will display "<key>" as "", not being able to interpret the "key" tag.

HTH
Markus
.



Relevant Pages

  • Re: concatenating < or > not working
    ... Markus napsal: ... it doesnt work as expected! ... Of course you need to check the HTML source, ... "key" tag. ...
    (comp.lang.php)
  • Re: findobj gui
    ... Tag names: ... Sting values: ... I know it doesnt work because of the $ in the string and caseis just a number but i cannot change the string to not have the $. ...
    (comp.soft-sys.matlab)
  • Re: findobj gui
    ... Tag names: ... Sting values: ... I know it doesnt work because of the $ in the string and caseis just a number but i cannot change the string to not have the $. ...
    (comp.soft-sys.matlab)