mysql - how do i echo a row with quotationmarks in PHP -


does of know how can echo " echo $row['time']; " in quotation marks.

the print should "xyz"

i need own json style used in app..

thanks in advance :)

you can concate "" using in echo as

 echo '"'.$row['time'].'"'; 

Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -