I am using joomla on this site. I have an affilate program that requires me to run the following html on my page:
Header
var bid= ####; var site =#; document.write('');
Footer
the following url is delivered and does not work (shows a email form) http://www.whatshappeningnow.info/index.php/index.php?option=com_content&view=article&id=764?evtid=1626579&event=ZZ+Top
Note the "?" between "=764" and "evtid="
If I change the url to:
Note:I replaced the "?" with "&"
Now the correct results do display (the css needs to be adjusted, but the tickets do display!
How do I make my url write correctly from there script that I can not change.