update the selected existing records of database
Posted on
16th Feb 2014 07:03 pm by
admin
Hi frndz,
I am new to php and get stuck....
Edit.php > Update.php > Updateaction.php
i have 1 edit page displaying results existing in database with chkbox in front of every record and update btn. Its like
chkbox Record Update-btn
this red row is under while loop
and then update page which gives option to edit the values of selected chkboxes with update button
RecordtobeUpdated Update-btn
Now problem is that when i made the changes in records of selected checkboxes and click update button. Its not updating the records in database on moving to updateaction.php
No comments posted yet
Your Answer:
Login to answer
104
16
Other forums
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Question about ShowWindow()
Hello....
I'm struggling with sumpin, and I hope y'all can help.
I've got a CFormView
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t