Okay, here is the delemma of the day. I need to insert a complicated href tag into one column in the database. the link looks like this:
<a href="http://click.linksynergy.com/fs-bin/stat?id=Dd2hSH/AdUY&offerid=19980.10000001&type=3&subid=0" >example link</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=Dd2hSH/AdUY&bids=19980.10000001&type=3&subid=0" >
everything must be there exactly. I figure I have to use rawurlencode to put it in the db. I also need to take it out of the database so that it is ready to be clicked, ie, exact the formate you see above. if anyone is familiar with how to do this, plz respond.
thanks in advance
blue