|
|
|
รบกวนขอถาม การเก็บค่า checkbox ลงdatabase ทำอย่างไรค่ะ |
|
|
|
|
|
|
|
ดูตัวอย่างนี้นะครับ
<% mystring = "1,2,3,4,5" %>
<% myarray = Split(mystring, ",") %>
<%
For n=0 to UBound(myarray)
xmyarray=myarray
Response.write myarray(n)
Response.write("<br>")
Next
%>
ถ้าแบบนี้ Out put จะได้
ตำแหน่ง array(0)=1
ตำแหน่ง array(1)=2
ตำแหน่ง array(2)=3
ตำแหน่ง array(3)=4
ตำแหน่ง array(4)=5
ให้คุณนำค่านี้ไปใช้งานได้ครับ
ถ้าประยุกต์ใช้กับ From
<% mystring = Request.Form("ตัวแปร check box") %>
|
|
|
|
|
Date :
18 Jan 2547 01:12:12 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|