воскресенье, 6 декабря 2009 г.

php - comment

you have two way to comment in php

<html>
<body>

<?php
//this is a comment only on the one line

/*
this is a comment block
by this way you can write comment and your script on the one line,
also each line you want
*/

?>

</body>
</html>

Комментариев нет:

Отправить комментарий