sabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 year agoprint('here1');lazysoci.alimagemessage-square45fedilinkarrow-up1784arrow-down118
arrow-up1766arrow-down1imageprint('here1');lazysoci.alsabreW4K3@lazysoci.al to Programmer Humor@programming.dev · 1 year agomessage-square45fedilink
minus-squareKojichan@lemmy.worldlinkfedilinkarrow-up7·1 year 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.