Hi Guys,
Me again, ok im trying to figure something out but can not get it working. In my MySQL Database i have one of the values as the following:
http://www.example.com?affid=$affid&pid=$pid
Now in my PHP code i have it so $affid and $pid both equal a number, but when i run my script its outputting the following:
http://www.example.com?affid=$affid&pid=$pid
As you can see the variable $affid and $pid are still in there and haven't been replaced with the values of the variables.
Can someone help me please.
Thank you.