wcf.regNote.message
|
|
Source code |
1 2 3 4 5 6 |
<html> <body> htmltext<br> <? echo "phptext"; ?> </body> </html> |
|
|
Source code |
1 2 3 4 5 6 |
#line 1 <html> #line 2 <body> #line 3 htmltext <br> call(echo"phptext"); #line 5 </body> #line 6 </html> |
