Hi, I have a question about following code
header("image/png");
I have tried to delete this line from the PHP-applikation and it´s still working.
Please help me! What does this codeline do?
This function sends an http header to the users browsers stating that it is receiving a png image file.
But why do you need to state that for the browser?