Is there a way to add an if so that some script will only run for users using a specific ip address.
You can use if.
If your ip address is : 111.111.111.111
if($_SERVER["REMOTE_ADDR"]=='111.111.111.111'){
//run only my ip
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With