Jump to content

Mass Update


hackalive

Recommended Posts

could do with a way that made all values from $_POST into an array and all data from between the [] in relation to the $_POST (eg $_POST['name']) into another, then split them and $POST[0] and $VALUE[0] are relational

 

that is

 

$_POST['name'] (becomes $POST[0] = name) and the value form that is put into the $VALUE array as $VALUE[0]

 

now just how to do it?

 

PS the rows are identified by the info between the [] so name is in the tag column the name field

 

id | tag    | value

0 | name | mine

 

name is an example only!

Link to comment
https://forums.phpfreaks.com/topic/198103-mass-update/#findComment-1039397
Share on other sites

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.