groups

name language licence
number replace PHP Other
cufon add code Other Other
8 font stacks CSS Other
CSS3 border radius CSS Other
@fontface Other Other
jQuery function Other Other
styles.php Other Other
show load pic while loading page Java Other

< 1 2 3 4 5 6 >



language: PHP
licence: Other

number replace

options: view full snippetsend to code collector
<?php
$search = array('4', '3', '2', '1');
$replace = array('Super Wicked Urgent', 'ASAP', 'When you get to it', 'It can wait');
$subject = $row_changes['urgency'];

echo str_replace($search, $replace, $subject);
?>

===============

<?php
$search = $row_changes['user_num'];
$replace = $row_users['wholename'];
$subject = $row_changes['user_num'];

	
(Continues...)