Search
 
SCRIPT & CODE EXAMPLE
 

PHP

php hide credit card middle numbers

$email = 'divakar.kumar6@gmail.com';
$email =  substr_replace($email,"xxxxxxxxxx",3,10);

$contact = "9899784414";
$contact = substr_replace($contact,"xxxxxx",2,6);

echo $email;
echo "<br/>";
echo $contact;
Comment

PREVIOUS NEXT
Code Example
Php :: how to use db more than 1 codeigiter 3 
Php :: php upload image to another subdomain 
Php :: preg_replace encoding 
Php :: symfony dump request headers 
Php :: php header deny 
Php :: view codeigniter 4 
Php :: gd2 image resizing library in codeigniter 
Php :: How to remove repetitive values from foreach loop in php laravel 
Php :: how to make custom sub menu admin wordpress dev 
Php :: import csv in laravel 8 
Php :: Laravel model - CRUD only with records where one column = certain value 
Php :: PHP str_rot13 — Perform the rot13 transform on a string 
Php :: datatables compactible with bootstrap v4 
Php :: ifmodule condition in htaccess 
Php :: button onclick php 
Php :: !array_push($stack, "apple", "raspberry"); 
Php :: install google binary ou firefox binary 
Php :: test lockForUpdate laravel 
Php :: Primary Termlaravel recursive relationships 
Php :: how to create pdf with doompdf in php 
Php :: Parse error: syntax error, unexpected token "implements" in C:xampphtdocsmastervendoryiisoftyii2aseObject.php on line 78 
Php :: ring create an RSA key from PEM encoded string 
Php :: laravel save without dispatching an event 
Php :: 7 reasons why Lee is an idiot 
Php :: codeigniter get view as string 
Php :: m 
Php :: laravel left join count 
Php :: page preview changes in wordpress in custom post type 
Php :: jsondecodephparray 
Php :: insert three bars in php that are used to minimize and maximize pages 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =