Thanks to Ross Patterson, I found that I did not completely understand this question. So here is the new answer. I leave the old answer below, as it may be useful for some people.
New answer
You can handle it easily, as there are no PHP lines or comments in your code. This means that commenting on this piece of code is as simple as:
<?php
/*
<input type="hidden" name="returnurl" value="<?php if (!empty($link)) {echo $link;}?>">
*/
?>
, , , . :
<div>
You're logged in.
<?php
function SayHello($name)
{
echo 'Hello, ' . $name;
}
SayHello($personName);
?>
</div>
, 7.
NOWDOC :
<?php
$GUID2328f09280b94c22867d831a885b57eb = <<<'GUID2328f09280b94c22867d831a885b57eb'
<div>
You're logged in.
<?php
function SayHello($name)
{
echo 'Hello, ' . $name;
}
SayHello($personName);
?>
</div>
GUID2328f09280b94c22867d831a885b57eb
?>
:
NOWDOC ?
5 ( "Says" hello "). 2 (" ").
NOWDOC HEREDOC?
, . , , .
GUID2328...?
GUID, , , -, , , -, . GUID, HEREDOC/NOWDOC , , .
, , .
-, ?
. , , PHP- , ( ).
, . , . , , ( , ?).
?
? PHP. :
<?php ?>
<input type="hidden" name="returnurl" value="<?php if (!empty($link)) {echo $link;}?>">
, HTML . , , , .
? HTML. :
<input type="hidden" name="returnurl" value="<?php if (!empty($link)) {echo $link;}?>">
, - , , , - -, HTML ( , , , API , HTML-).
, :