Wednesday 7 August 2019

Notice: Undefined index: submit in sample.php on line 25








When do we get this error?




Notice: Undefined index: submit in C:\wamp\www\sample.php on line 25




What is the exact meaning of this perticular error?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...