About PHP Errors
Learning Path
PHP basics and syntax • Functions and arrays • Object-oriented PHP • Database connectivity • MVC frameworks (Laravel/Symfony) • RESTful APIs • Testing
A popular general-purpose scripting language that is especially suited to web development, powering the backend of many websites.
PHP basics and syntax • Functions and arrays • Object-oriented PHP • Database connectivity • MVC frameworks (Laravel/Symfony) • RESTful APIs • Testing
Problem | Difficulty | Views | Action |
---|---|---|---|
Featured
PHP installation fails with 'missing libraries'. What's the cause?
Missing library dependencies... |
Beginner |
288
views
|
View |
|
Beginner |
381
views
|
View |
Featured
What does 'Failed to open stream: Permission denied' mean in PHP?
Permission denied error... |
Beginner |
309
views
|
View |
Featured
How to fix 'mysqli_connect(): (HY000/1045): Access denied' error?
MySQL access denied error... |
Beginner |
290
views
|
View |
Featured
How do I handle 'PHP Parse error: syntax error, unexpected'?
Troubleshooting unexpected syntax errors... |
Beginner |
332
views
|
View |
Featured
How to install a specific version of PHP on Debian?
Install specific PHP version on Debian... |
Beginner |
286
views
|
View |
Featured
How can I fix 'unexpected T_ENCAPSED_AND_WHITESPACE' in PHP?
Unexpected T_ENCAPSED_AND_WHITESPACE... |
Beginner |
294
views
|
View |
|
Intermediate |
288
views
|
View |
|
Beginner |
295
views
|
View |
Featured
Why do I see a 'Cannot modify header information' warning in PHP?
Cannot modify header information... |
Beginner |
290
views
|
View |
|
Beginner |
289
views
|
View |
|
Beginner |
312
views
|
View |
|
Beginner |
218
views
|
View |
Featured
How to address "Fatal error: Call to a member function on null" in PHP?
Call to member function on null... |
Beginner |
323
views
|
View |
Featured
What causes the 'Fatal error: Uncaught Error: Call to undefined function' in PHP?
Undefined function call... |
Beginner |
311
views
|
View |
|
Beginner |
313
views
|
View |
How to tackle "Parse error: syntax error, unexpected T_VARIABLE" in PHP?
Unexpected variable syntax error... |
Beginner |
154
views
|
View |
How to handle 'Fatal error: Class not found in PHP'?
Class not found error... |
Beginner |
243
views
|
View |
How can I solve "Warning: mysql_connect(): Access denied" in PHP?
MySQL connection denied... |
Beginner |
189
views
|
View |
How to handle forms in PHP?
Processing HTML forms... |
Beginner |
281
views
|
View |