Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 911 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/usr/bin/php

<html>
<head>
</head>
<body>
<?php

echo "Hello World".PHP_EOL;

if(true)
{
        echo "How are you".PHP_EOL;     
}

?>
</body>
</html>

<script>

<?php 
echo "alert('123');";
?>

</script>