Str replace php mysql -



Str replace php mysql -

if echo $test ='test text' appears on website <i>test text</i>. how can utilize str_replace, or else, output shows first 3 alphabets of string?

echo substr($test, 0, 3);

substring term you're looking for.

php mysql str-replace

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -