2006-06-27 03:10:17
atutor doesnot show ltphp in the preview
Things to describe:
operating system - WinXP
version of ATutor -1.5.2
versions of php -4.3.10
version of mysq l -4.1.9
webserver & version -Apache/1.3.33
web browser being used -IE/ firefox
Create a script with the following:
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
whenever i add the above content in my atutor.... i dont see "<?php" in the preview!!!
the preview shows:
<html>
<body>
phpinfo();
?>
</body>
</html>
whats the reason... n what is the solution???
reply soon