PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to create a dynamic confirmation page that passes variables and then redirects to an outside site. I am attempting to pass variables in the query string of a <img src=”url.php”> tag to my conversion tracking page. Everything works except the variables don’t pass to my tracking page. I assume the variables have been defined correctly because I can echo them to the screen.
I can’t figure out why this doesn’t work.
Is there a better way?
I am new to php and any help would be greatly appreciated.
tdock wrote:Everything works except the variables don’t pass to my tracking page. I assume the variables have been defined correctly because I can echo them to the screen.
can easily be checked. Just open your browser's source view and see wether the parameters are there or not.
I bet they are not since there is no echo in