Venom Posted October 4, 2011 Posted October 4, 2011 (edited) hospitalshouts.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. jailshouts.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Edited October 6, 2011 by Venom Replaced strip_tags with $message = preg_replace("/[^a-zA-Z]/", "", $message); Quote
Venom Posted October 6, 2011 Author Posted October 6, 2011 (edited) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Fixed. Added strip_tags. Edit: Improved. Using $message = preg_replace("/[^a-zA-Z]/", "", $message); instead of strip_tags. ;) Edited October 6, 2011 by Venom Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.