Back To PHP String Index
'); $b= str_replace('c', 'x',$a); print('string after replacing c with x is '); print('
'); print($b); ?>