sabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 5 months agoprint('here1');lazysoci.alimagemessage-square30fedilinkarrow-up1755
arrow-up1755imageprint('here1');lazysoci.alsabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 5 months agomessage-square30fedilink
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up7·5 months agoAhhh, my favourite debugging combo… echo "<pre>"; print_r( "We are here, we are here!" ); echo "</pre>"; die(); Also fun at parties, hanging out asynchronously, is the ever popular PHP Mail to see if something ran in the background properly, or to get output.
Ahhh, my favourite debugging combo…
echo "<pre>"; print_r( "We are here, we are here!" ); echo "</pre>"; die();
Also fun at parties, hanging out asynchronously, is the ever popular PHP Mail to see if something ran in the background properly, or to get output.