3 replies
Let's say I have this code that pulls a product title from Amazon. What would I add to it to add the word "Review" after the product title?

$my_post['post_title'] = $product['title'];

Thank you in advance for your help!
#php

Trending Topics