PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I need to do a table update for one column and an unknown number of records. The column will have text boxes for each record displayed so the user can add values. The problem I run into is if my code looks like this
foreach($_POST['data'] as $key => $value) {
// use key and value
}
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
I'll be a two in a world full of ones and zeros!! It worked! I have a name val pair I can use and so easy too. It's clear I need to study up on array usage. I'll let you know what happens, if anything, when I submit 900 records with method.