Quote:
|
or have the script contact my server seeing if their license is still active.
|
if customers knew that there is a spyware in your product, they will complain! beside it's not a good idea since it will slow down your script because it will connect to your server and wait for reply and then start executing the script if the license is valid !! so what will happen if your server went down!? the script wont work .. also it will be a load on your server to do that ..
so it's not recommended..
about MySQL errors, you can avoid the warrnings by setting error_reporting lever to 0 or 1 ..
when ever you want to use a MySQL function do it like this:
so it will show the error message you write if anything goes wrong ..