Hi,
Is there any method by which I can attach a javascript variable to a 
query string.See the following..
<script language="javascript">
var id;
uid = prompt("Enter your ID","Your ID");
</script>
<?
 print header("Location: index.php?id=".<this is where I should have
the js variable uid>);
?>
Please solve this.
Thanx. 

vipin chandran
[EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to