<input type='text' name='chl' placeholder ='What\'s on your mind?' value='' />
<input type='text' name='chl' placeholder ="What's on your mind?" value='' />
<?php <br />$base = "https://chart.googleapis.com/chart?";echo $base;echo ""?>
error_reporting( -1 );
<?php <br />$base = "https://chart.googleapis.com/chart?";
echo $base;
echo "
"
?>
Now in the placeholder of chl the text is What's on your mind there is a quote which is creating problem with other quotes. How do I manage it?
Not sure if that is causing a problem, but doesn't make sense
If you don't see a problem due to that, then you need to do
at the top of your file, so PHP will point out problems like that. That way, you don't have to guess (and we don't either). : )