<body>
<table align=center cellspacing=0 cellpadding=3 width="95%">
<tr><td colspan="3" height="4"></td></tr>
<tr><!-- start code -->
<td colspan=3 bgcolor="FFFFFF"><code>
<font color="#3F6DAE"><?php<br /></font>
<font color="#FFAD1D">// page2.php<br />// hasto start SESSION<br /></font>
<font color="#3F6DAE">session_start</font><font color="#47A35E">();<br /><br /></font>
</code>
</td><!-- end code --></tr>
<tr><td colspan="3" height="4"></td></tr>
<tr>
<td height="24" width="33%">
<a class="anorm" href="/sources/index.php">Back to menu</a></td>
<td align="center" width="33%">
<a class="anorm" href="/sources/page2.php">Run this script</a>
<small>if possible</small></td>
<td align="right" width="33%"></td></tr>
<tr><td colspan="3" height="4"></td></tr>
</table>
</body>
I have made this PHP Source code viewer
It lists all .php .inc .phps pages in a directory,
and when I click at any php file in directory list, I can View php source code.

Problem is when I make a 'Select All' in my browser, to copy and paste this php code,
I get also the links in bottom 'Back to menu' and 'Run this script if possible'.
Is there any way in HTML you can restrict 'Select All' to only one area??
In this case only to the php code.
Click the IMG link!
I show you also the HTML source of my page.
Thanks!
😕