groups

name language licence
number replace PHP Other
styles.php Other Other
create random number Other Other
PQP add code PHP Other
htaccess redirect data phones HTML Other
simplepie google calender intergration PHP Other
.htaccess file upload bigger PHP WA
captcha HTML Other

< 1 2 >



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...)