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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -