addslashes
at 2017-12-24 13:01:00.
if you are changing your domain or ip address, you want to make sure people who don't know about the change still be able to access your site so you can create a index.php and with using the fallowing code it will automatically redirect to the new address.
<?php header( 'Location: http://www.wirelessarmy.com'); ?>