Jump to content

zero118

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Everything posted by zero118

  1. I apologize, the error was elsewhere. Sometimes all you need is someone to make you look at the code a little harder =-) The array was fine, it was a query that was causing the issue.
  2. Yes, I can see the array just fine. But it is still telling me the argument is invalid. Could it have anything to do with the format of the contents? A sample would be FVRB-8239
  3. I keep getting an invalid foreach argument here... case 'move_loc': foreach ($_POST[ 'move' ] as $key ) { $update ("UPDATE recert SET location =" . $_POST[ 'location' ] . " WHERE serial = '$key'"); } break; My form uses 'move' as the checkbox names and I am attempting to update multiple rows at one time. I do not have much experience with foreach so any help is appreciated.
  4. I also cannot get into the command line because it will not accept the password so I don't think it's a phpmyadmin problem
  5. Hey guys. I am a linux novice but I am fairly good with the commands. I have installed Ubuntu server and GNOME... I also tried to install phpmyadmin but it refuses to accept any password to let me into mysql. If there a way that I can reset permissions, reinstall the software, etc?
×
×
  • 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.