This question shows research effort; it is useful and clear
-3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
echo '\n....'.$_SESSION['count'].' rows inserted.........................\n';
no new line using this
echo "\n....".$_SESSION['count']." rows inserted.........................\n";
gives new line with this