What are php errors?
Answer / Bably
PHP Errors are messages generated by the PHP interpreter when it encounters a syntax or runtime error. There are 4 types of PHP errors: E_ERROR, E_WARNING, E_PARSE, and E_NOTICE.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between php traits vs interfaces?
How would you impletement download and upload a file in php
How does firefox manage cookies?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
What is __ construct in php?
How do you pass a variable by value in php?
How can we change the maximum size of the files to be uploaded?
Write a program in php to reverse a number?
What exactly is PHP?
How to display your correct URL of the current web page?
Is session a cookie?
What is the difference between fopen() and fclose()?