URLs with parameters starting with $

cohigm4huh

New Member
I am working with some adnetworks and i have seen that the urls are different to a normal php get when it comes to getting variablesNormally it looks like this:\[code\]http://ads.glispa.com/sw/number/CCCCC?pixel_content=variable\[/code\]But the ones i have look like this\[code\]http://ads.glispa.com/sw/number/CCCCC/V${VURLID}_C${CREATIVE_ID}_B${PUBLISHERID}_P${SELLER_LINE_ITEM_ID}_S${SECTIONID}_U${SOURCEURL}\[/code\]How those that last part work? What is the purpose of the dollar sign?Thanks in advance.
 
Back
Top