Jump to content

$str_replace help


pspfreak101

Recommended Posts

Ok I'm not sure how to approach this one I want to swap the value thats in a span in put it in a text field.

 

My regex

/<span>.+[0-9]<\/span>/g

 

Example:

 

My data looks like this

<span class="SomeClass">
<span>5000</span>
</span>

 

I want to remove the span and have the value in a text field like this

<input type="text" name="score" value="5000" />

Link to comment
https://forums.phpfreaks.com/topic/233772-str_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.