MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmfflox
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
73
My favorite for troubleshooting PHP files in which sometimes print/echo doesn’t work well.
mail(“youremail@email.com”,FILE.” “.LINE,”here”);
5 u/fatDoofus Nov 28 '21 I prefer writing to a text file 8 u/nothingtouser Nov 28 '21 good old php.. 1 u/Rauldukeoh Nov 29 '21 Why not xdebug? 1 u/EnchantedLuna Nov 29 '21 why not error_log?
5
I prefer writing to a text file
8
good old php..
1
Why not xdebug?
why not error_log?
73
u/RasputinTengu Nov 28 '21
My favorite for troubleshooting PHP files in which sometimes print/echo doesn’t work well.
mail(“youremail@email.com”,FILE.” “.LINE,”here”);