Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • Where you take Array ( [0] => 0 [1] => 0 ), etc.? What I see is VERY bad SQL table schema Commented Jun 10, 2019 at 22:27
  • Can you var_dump a row and show the output of that for an example so we can tell for sure what's in the table? And could you show an example of the output you're currently getting instead of what you're trying to get? (Sorry, got that backward at first) Commented Jun 10, 2019 at 22:28
  • thanks for your comments, i use this for my a simply way.. Commented Jun 10, 2019 at 22:31
  • var_dump($keys) = "'KD.1','KD.2','KD.3','KD.4','KD.5','KD.1','KD.2','KD.3','KD.4','KD.5'" Commented Jun 10, 2019 at 22:36
  • 1
    I hope you meant 'column', not 'row'! :-( Commented Jun 10, 2019 at 22:39