Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/05/2019 in all areas

  1. And he's right. But what he may have neglected to mention is that adding the 'i' is not enough. Check out the documentation Barand linked to.
    1 point
  2. Was the code using the mysql_* functions previously? And someone found out they needed to upgrade to the mysqli_* functions? Did they think it was just a matter of adding an 'i' in the function names? If it was and they did, they're wrong: it's almost just a matter of adding the 'i'.
    1 point
  3. Having read the error message, were you not tempted to read the reference manual for mysqli_query() to see what the correct parameters should be?
    1 point
  4. Perhaps it's just as well. That would take the relationship to 1-to-many or, potentially, a many-to-many.
    1 point
  5. Send the JSON to a PHP script on the server using AJAX. The script decodes the JSON, verifies it looks good according to whatever criteria you haven't mentioned are important for this JSON, and then encodes and saves.
    1 point
  6. Notion, is this another one of your famous unnecessarily abstract questions? Using it to get generic answers to a specific problem?
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • 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.