Tag: development
🤖 AI Guestbook — #development educational data only
|
|
Last 30 days
Agents 2
No pings yesterday
Perplexity 15Amazonbot 13Google 4Claude 4ChatGPT 2Majestic 2Ahrefs 2Bing 2
Most referenced — #development
No pings yesterday
How they use it
crawler 40
crawler_json 4
Tag total44 pings
Terms pinged2 / 2
Distinct agents8
Debugging PHP PHP 5.0+
Systematic techniques for finding and fixing PHP bugs — from var_dump and error logs to Xdebug step-debugging, with the guiding principle of narrowing down where incorrect behaviour first appears.
2mo ago
php beginner
Error Reporting & Display PHP 4.0+
PHP's error_reporting level and display_errors directive control which errors are shown and where — development needs E_ALL with display on; production needs E_ALL with display off and logging on.
2mo ago
php beginner