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 1732349901
Solving the next 5% probably costs more than the previous 90%.
Home
Notebook
Contact us