new to php -- please help.
it seems like php is treating any '>' character as the end of my code
segment, even when it's embedded in a string, as shown
<?
$s="THIS IS MY TEST STRING";
?>
please advise -- it seems like something stupid. i'm running with PHP
5.1.4 + PECL on Apache 2.0.58.
thanks!
it seems like php is treating any '>' character as the end of my code
segment, even when it's embedded in a string, as shown
<?
$s="THIS IS MY TEST STRING";
?>
please advise -- it seems like something stupid. i'm running with PHP
5.1.4 + PECL on Apache 2.0.58.
thanks!
Comment