0
    $nbsp;&nbs"...
string(8) "result 2"

This is part of the result from a var_dumped $result generated from fetched sql query.

I simply wonder what is the specific meaning of "..." when it suppose to keep generating more $nbsp; and one more $nbsp; after and a name string (i.e. "David"), while it just shows "..." instead. The whole loops seems stuck right there.

I did not see any special character that is inside the name itself, so I don't see why php can not parse the name string.

I can not find trouble within logic of the code nor in the database table.

I think this "..." and the missing p;in expected result could be the key hint of the issue.

enter image description here

Var_dumped result was for a list item (i.e. <ul><li>$nbsp;$nbsp;$nbsp;MrAdam<li></ul> Any help will be appreciated!

Thank you

ey dee ey em
  • 7,991
  • 14
  • 65
  • 121

1 Answers1

0

Thanks Rahil, for following up on the question, the question you asked bring me attention to something I did not pay attention of.

I should not have used var_dump. echo() is the one I should have used.

Resolved!

Thanks!

ey dee ey em
  • 7,991
  • 14
  • 65
  • 121