You just have to escape the single quote with a back slash
echo '"that\'s it!"';
solved HOW TO PRINT “THAT’S IT!” IN PHP? WITH DOUBLE AND SINGLE QUOTATIONS? [closed]
You just have to escape the single quote with a back slash
echo '"that\'s it!"';
solved HOW TO PRINT “THAT’S IT!” IN PHP? WITH DOUBLE AND SINGLE QUOTATIONS? [closed]