Forum Moderators: coopster
I am working with Wordpress and I would like users to be able to post a message with an SKU number (6 digits) along with text of their choosing.
What I need to do is find the SKU number(s) in the post (there may be more than one) and replace with an image and a link e.g.
<a href="http://www.example.com/SKU_Number"><img src="http://www.example.com/SKU_Number.jpg" /></a>
SKU_Number in the image and the link being the actual SKU number in the post.
Let me know if you need any more detail.
Thanks in advance
Looks like we do need a little more information. If you want to read the page into a string you can use str_replace [php.net].
Not really sure about Wordpress as I don`t use it.
dc