codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/WngGVoy1
[
raw code
|
output
|
fork
]
PHP
,
pasted on Jan 6:
1
2
3
<?php
echo
str_replace
(
"World"
,
"Dolly"
,
"hello world!"
);
?>
Output:
1
hello world!
Create a new paste based on this one
Comments: