Skip to navigation
How to relace text in a string
07.12.13
$var ="lorum ispsum text" @var2 = str_replace(' ', '_', $var); echo $var2; Result: lorum_ispsum_text
Reply
Anonymous
How to relace text in a string
$var ="lorum ispsum text" @var2 = str_replace(' ', '_', $var); echo $var2; Result: lorum_ispsum_text
07.12.13
Reply
Anonymous
Information Epoch 1746051738
Design for the future, because it will be here sooner than you think.
Home
Notebook
Contact us