PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have an application in PHP where users upload different files to server.
Q1. Is there a way I can check those files for virus when user uploads?
Q2. If a virus is found in some file, how can I display message to the user?
Q3. Let's say if I have a dedicated server with antivirus installed, what do I need to do to integrate it with PHP?
Q4. Can this be done on shared hosting environment?