Following code contains japanese string that is assigned to variable
$str.
code
=============
<?php
$str = "$B%0%C%I%P%$% T%+%=(B";
?>
=========
When i am executing above program it gives me error as following.
Parse error: parse error, unexpected $ in
/var/www/html/bhavin/mohla1.2.2/b.php on line 3
Do anybody have solution for the above problem.
How can i assign above japanese string($B%0%C% I%P%$%T%+%=(B) to
variable without error.
Thank You
bhawin13
$str.
code
=============
<?php
$str = "$B%0%C%I%P%$% T%+%=(B";
?>
=========
When i am executing above program it gives me error as following.
Parse error: parse error, unexpected $ in
/var/www/html/bhavin/mohla1.2.2/b.php on line 3
Do anybody have solution for the above problem.
How can i assign above japanese string($B%0%C% I%P%$%T%+%=(B) to
variable without error.
Thank You
bhawin13
Comment