A non-numeric value encountered php warnin code example
Example: non numeric value encountered php
when this error is occuring make sure not to concatenate
anything like $fname+" "+$lname, we get error when we do
that, so when i did like $fname,$lname i got it perfect.