The PHP Echo or Print functions show nothing when php is busy with something (for example, when surfing the Internet with curls or something like that).
Later I discovered that php shows the result when executing your php on the command line:
php myscript.php
But right now I'm not getting any command line exits! Are there any tricks or tweaks for php to display outputs?
source
share