- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
Hic.I need to create a dicussion forum page,but i don't know how create it.help me.Thankyou | |
[CODE=php] //xulydangky.php <?php session_start(); $TDangNhap=$_POST["txtDangNhap"]; $Ten=$_POST["txtTen"]; $HoLot=$_POST["txtHoLot"]; $MatKhau=$_POST["txtMatKhau"]; $MatKhauReSet=$_POST["txtMatKhauReSet"]; $TLoi=$_POST["txtTraLoi"]; $Email=$_POST["txtEmail"]; $HK=$_POST["txtHKTT"]; $NOHN=$_POST["txtNOHN"]; $Phai=$_POST["RadioGroup1"]; $Hk=$_POST["txtHKTT"]; $NOHN=$_POST["txtNOHN"]; $DT=$_POST["txtDTLL"]; $TL=$_POST["txtTraLoi"]; $Em=$_POST["txtEmail"]; $Cauhoi=$_POST["cauhoibaomat"]; if(empty($TDangNhap)) { $_SESSION["sMess"][3]="Tên đăng nhập không được bỏ trống"; $_SESSION["DangKy"]=false; } if(empty($Ten)) { $_SESSION["sMess"][4]="Tên không được bỏ trống"; $_SESSION["DangKy"]=false; } if(empty($HoLot)) { $_SESSION["sMess"][5]="Họ lót không được bỏ trống"; $_SESSION["DangKy"]=false; } … | |
Tilox game.I have to write the programe of game plan.I need help about idea.(Graphic use GDI) | |
Re: [code=JavaScript]<script type="text/javascrip" language="javascript"> function CreaTable(divtable) { var tagtable=document.createElement("table"); tagtable.border=1; var tagBody=document.createElement("tBody"); tagtable.appendChild(tagBody); var nDong=txtSoDong.value; var nCot=txtSoCot.value; for(var i=0;i<=nDong;i++) { var tagTr=document.createElement("tr"); for(var j=0;j<=nCot;j++) { var tagTd=document.createElement("td"); var textNode=document.createElement(i+""+j); tagTd.appendChild(textNode); tagTr.appendChild(tagTd); } tagBody.appendChild(tagTr); } divtable.appendChild(tagtable); } </script>[/code] |
The End.