I just found that this will work:
echo $value , " continue";
but this does not:
return $value , " continue";
While "." works in both.
What is the difference between a period and a comma here?
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...
No comments:
Post a Comment