⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 write_attach.php

📁 php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)
💻 PHP
字号:
<?/*

======================================================
file append + link form
======================================================

*/?>
 
 
 
<?if($set[attach]){
////////////////////////////file appeding(1)use?>

<tr>
<td bgcolor=#eeeeee width=1% nowrap>&nbsp;<?=$set[attach_title]?>&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_attach1?><br> <?=$attach_value?> <?=$attach_del?></td>

</tr>

<?}if($set[attach2]){
////////////////////////////file appending(2)use?>

<tr>
<td bgcolor=#eeeeee width=1% nowrap>&nbsp;<?=$set[attach_title2]?>&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_attach2?><br> <?=$attach2_value?> <?=$attach2_del?></td>
</tr>

<?}if($set[link]){
////////////////////////////link(1)use?>

<tr>
<td bgcolor=#eeeeee width=1% nowrap>&nbsp;Link (1)&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_link1?></td>

</tr>

<?}if($set[link2]){
////////////////////////////link(2)use?>

<tr>
<td bgcolor=#eeeeee width=1% nowrap>&nbsp;Link (2)&nbsp;</td>
<td colspan=2 width=99%>&nbsp;<?=$form_link2?></td>

</tr>

<?}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -