$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.
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