Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.     $string = "[01;34mscripts[0m";
  2.     $start = '[01;34m';
  3.     $end = '[0m';
  4.      
  5.     str_replace($start, "<div style="color:yellow">", $string);
  6.     str_replace($end, "</div>", $string);
  7.     echo $string;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement