I'm looking to try and block access from 2 IP addresses in PHP, preferably notifying them of their blocking.
Is there anyway I can do this or is it just not possible using PHP?
I've seen a Javascript version of doing it, but if the browser has Javacript turned off, then surely they'd be able to get around it.
thanks for any advice/help in advance.