Search

Rss Posts

Rss Comments

Login

 

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 echo substr($string1, $i, 1);
$string2[]= ord($string1);
}
$string = implode(',', $string2);
?>

this is fun code must works!

Post a comment

 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
33 queries. 0.453 seconds.