Jump to content

script not working to update/delete database records


webguync

Recommended Posts

its working for me. check your form action (filename)

 

you should not place the ID field into the field list, becouse promary keys should not be changed.

 

Chech the table name in your code, are you using this?

$tablename = "test_mysql";  //  <---

ok, it appears to be working now. thanks for the help so far. one more small thing.

 

the text that appears at the top

 

Updated row(s): 3 Deleted row(s): 1

 

is there a way to change that? I want it to say updated number of rows(3) to make it more clear.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.