OK guys, someone please help me out here as I've been struggling with this code for ages now. I'm working on a code that uploads my products to Twitter and I want it to post the products name followed by the products_price and finally the tiny url.... every time I add a product to the site.
The Code I'm using is working for the price and the tiny url but I cannot for the life of me get the products name to display... what $ must I use for it to display the products name because $products_name just will not work!! I've tried $products_name, $productname and $ProductName but just cannot get it to display...
$message = $products_name . ' £' . $products_price . ' ' . $tinyPurl;
Can anyone help please??




