Need help with a user defined tag

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
designlacky
New Member
New Member
Posts: 2
Joined: Thu May 08, 2008 11:36 pm

Need help with a user defined tag

Post by designlacky »

Trying to get this bit of code into a template for tracking purposes. Figured it'd have to be via the user defined tags, which I've little experience with. I've tried multiple ways, and I'm just not sure how to write it. It tells me it's incorrect each time. the original code is:

Code: Select all

<img src="http://pageurl.com/sale.php?profile=32&idev_saleamt=<?PHP echo $_POST['Total']; ?>&idev_ordernum=<?PHP echo $_POST['orderID']; ?>" width="1" height="1">
Anyone able to clue me in?
Post Reply

Return to “Developers Discussion”