How to code url text (links) in PHP and run on JavaScript?
May 22
How to code url text (links) in PHP and run on JavaScript?
$string1 = '1234567890';
$string2 = array();
$string = '';
for ($i=0; $i
$string2[]= ord($string1);
}
$string = implode(',', $string2);
?>
this is fun code must works!