|
|
|
มี input type text หลายๆ ช่อง จะเก็บลงใน record หลายๆ record จะทำยังไงดีคะ ?? |
|
|
|
|
|
|
|
Code (PHP)
<table width="25%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td>
<input type="text" name="customInvF[]" />
</td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
<tr>
<td><input type="text" name="customInvF[]" /></td>
<td class="font_normal">to</td>
<td><input type="text" name="customInvT[]" /></td>
</tr>
</table>
|
|
|
|
|
Date :
2010-08-29 00:08:16 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ออกแบบ ui แบบนี้ต้องเช็คหลายอย่างเหมือนกันนะ
เช่น ถ้ากรอกตัวหลังน้อยกว่าตัวแรก หรือว่าดันจิ้มผิดทำให้ pattern มันผิดไป หรือเกิดจิ้มเกินมา 1 หลักลูปกันหูตูบเลย
ถามว่าจะออกแบบยังไงดี เหอะๆ ยังคิดไม่ออกเหมือนกัน ถ้ายังไม่มีใครมาช่วยออกความคิดเห็น เดี๋ยวช่วยคิด แต่ตอนนี้เบลอ เพิ่งตื่น ทำงานดึกมาสามวันติด ล่าสุดเมื่อวานถึงเช้า
|
|
|
|
|
Date :
2010-08-29 03:03:06 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thank you for addition na ka Khun P'Plakrim :))
Some Relax !! ka.
>> If someone will advise me please let's post na kaaa. i waiting for read all ka.
|
|
|
|
|
Date :
2010-08-29 08:51:45 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีคายมาแนะนำเลย
|
|
|
|
|
Date :
2010-08-29 21:45:08 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากได้คำแนะนำอ่า รออยู่น๊า
|
|
|
|
|
Date :
2010-08-30 13:34:28 |
By :
ขนมปังคุง (ไม่ได้ล๊อกอิน) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมยังไม่เข้าใจเกี่ยวกับการกรอกลงไปแล้วอีกช่องทำอะไรอ่ะครับ
หมายถึงมันมี 2 ช่องต่อ 1 บรรทัด ช่องแรก TO ช่องสอง
ค่าของช่องแรกกับช่องสองใช้อะไรอ่ะครับพอจะอธิบายต่อได้ไหม
|
|
|
|
|
Date :
2010-08-30 14:10:33 |
By :
oxygenyoyo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ OxyGenyoyo
เนื่องจากข้อมูลเป็นลักษณะอย่างนี้คะ
639001,639005-10,639015
ที่ต้องให้มี
ช่องแรก TO ช่องสอง
ก็เพื่อลดเวลาในการคีย์ข้อมูลของ ผู้ใช้อ่าคะ ในกรณีที่เป็นข้อมูลเรียงกัน เยอะๆ เช่น 639005-10 เราก็ให้ผู้ใช้กรอกเป็น 639005-639010
แล้วค่อยเขียนโปรแกรมแตกเพื่อเก็บลงฐานข้อมูลเป็น
639005
639006
639007
639008
639009
639010
อย่างนี้อะคะ
|
|
|
|
|
Date :
2010-08-30 15:21:46 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คืออันนี้เป็นแค่ความคิดว่าจะทำอย่างนี้อะคะ แต่เวลาเขียนโปรแกรม คงซับซ้อนกันเรยทีเดียวใช่มิคะ
เลยอยากมา เห็นคำแนะนำ จะ คุณพี่ๆ นะคะว่าควรจะทำอย่างไรดี
|
|
|
|
|
Date :
2010-08-30 15:23:58 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมมติว่าผมใส่หลักผิดไปหลักหนึ่งเนี้ยไม่วนลูปเป็นพันๆครั้งหรอครับ
เช่น
639005-1000
อย่างนี้อ่ะครับหรือว่ากรณีอื่นๆที่จะทำให้มันวนมากกว่าเดิมเยอะ
คิดไม่ออกเหมือนกันว่าจะทำไงเพราะตอนนี้หัวไม่แล่น
|
|
|
|
|
Date :
2010-08-30 15:53:39 |
By :
oxygenyoyo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
~><~
|
|
|
|
|
Date :
2010-08-30 16:23:53 |
By :
unzeen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|