Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 23-04-2002, 01:09 PM
Novice Webmaster
 
Join Date: Mar 2002
Location: -
Posts: 15
Rep Power: 0
nuha is on a distinguished road
Send a message via Yahoo to nuha
camner nak wat delete/edit/update gunakan check box

akum, saya nak tanya kengkawan sume, camner nak wat implement button delete, update,edit biler kita dsign check box.Ala cth nye macam dlm inbox yahoo & geocities->file manager la.kalu kita nak delete sender, kena tekan check box dulu, pastu push each button either delete, update,edit.pastu dia terus laksanakan arahan yg kita nak.Harap dpt bantu.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 23-04-2002, 03:33 PM
Novice Webmaster
 
Join Date: Nov 2001
Location: JHR
Posts: 89
Rep Power: 86
r0kawa is on a distinguished road
Send a message via Yahoo to r0kawa
emm..

ok, semua button mesti ada html code dia lebih kurang camni..

<input type="submit name="add" value="Add"> << ni utk add, contoh..

<input type="submit name="edit" value="Edit"> << ni utk edit..


ok, sekarang ni, semua button2 kat atas ni dalam satu form

<form method="post" action="action_send.php">
<ni ada form2 yang lain>

<input type="submit name="add" value="Add">
<input type="submit name="edit" value="Edit
</form>


ok, dalam action_send.php kena ada satu checking

dalam contoh ni, saya guna

if($edit) { // maksud dia, jika tekan button edit dari form
function utk edit kat sini;
}
if($add) { // ni jika button add ditekan
function utk add kat sini;
}

yang2 lain2 bergantung kepada imaginasi korang..

harap membantu...
r0kawa
__________________
<a href="http://www.php.net.my">www.php.net.my</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add, Update and Delete using ASP prompter46 Website Programming 6 25-04-2007 06:12 PM
Why can't edit post? tansks FeedBack & Suggestion 7 15-01-2007 02:24 PM
cool edit pro..? myravens Webmaster Tools 7 06-11-2004 12:34 AM
kalau insert or delete lak camner adique_7 Website Programming 2 03-05-2002 12:28 AM
camna nak delete guna check box uje Website Programming 7 02-05-2002 10:35 AM



All times are GMT +8. The time now is 08:06 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59