andrew1234
07-08-2003, 01:16 AM
hi i simplified this out a script i had
why won't it display
thanks andrew
<?php
$a = ("php"=="php") ? "true":"false";
$result = "testing string \ $a" ;
?>
<html>
<body>
<?php echo ($result); ?>
</body>
</html>
why won't it display
thanks andrew
<?php
$a = ("php"=="php") ? "true":"false";
$result = "testing string \ $a" ;
?>
<html>
<body>
<?php echo ($result); ?>
</body>
</html>