1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php require_once('check_login.php'); exit; $string1 = "address"; if(!empty($string1)){ echo rsa_crypt($string1, 1); } if(!empty($string2)){ echo rsa_crypt($string2, 2); }?>