Jump to content

String Replace Help


phpretard

Recommended Posts

I hope the code below explains my problem.

 


$textarea="Here is all the information ® in the text area";

$replace = str_replace("®", "<sup>®</sup>", $textarea); // I can't quite figure how to use this

$new_text="Here is all the information<sup>®</sup> in the text area";

 

Any help?

Link to comment
https://forums.phpfreaks.com/topic/173565-string-replace-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.