PHP? ??? ??? ??? ????
?? ??? ??? ??? ??? ??? ? ???? ????? ?? ??????, ??? ?? HTML ? CSS ??? ???? ??? ??? ????? ?? ? ????. ????? ??? ????
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>留言板</title> <body> <div id="left"> <img src="images/reg.jpg"> </div> <div id="center"> <h1>留言內(nèi)容</h1> </div> <div id="right" > <h2>留言板</h2> <div > <a href="">首頁</a> | <button>留言</button> <a href="" class="right">管理員登錄</a> <form method="post" action="ressage_post.php" style="display:none;" onsubmit="return foo();" name="myform" "> <div class="form"> <p> 姓名:<input type="text" name="name"> </p> <p> 郵箱:<input type="email" name="email"> </p> <p> 留言內(nèi)容:<br/> <textarea cols="30" rows="7" name="content"></textarea> </p> <p> 驗證碼:<input type="text" name="vcode"><img src="yanzhengma.php" onClick="this.src='yanzhengma.php?nocache='+Math.random()" style="cursor:hand"> </p> <p> <button class="button">提交留言</button> </p> </div> </form> </div> </body> </html>
? ????? ???? ? ???? ??????. ? ?? <div id="left">? ???? ?????. ??? ??? ????
? ?? <div id="center">?? ??? ???? ??? ???? ???? ????.
? ?? <div id="right" > ???? ???? ? ???? ??
? ????? CSS ???? ???? ????? ???? ?? ?? ?? ????. ?? ???? ??? ???? ???? ??? ?? ?? ??????.