Hi gang:

I asked this question on the javascript list, but for some reason it's taking forever to post there. So, I figured that I would ask here as well.

I'm currently sending data (the value of s) to another script via the html statement:

<a href="img.php?s=<?php echo($value);?>">Click here</a>

However, I need to add another variable, namely a javascript variable, to the GET string.

How can I send both a php and a javascript variable together at the same time?

TIA for any replies.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to