Hello Alex, Thursday, January 15, 2004, 9:47:27 PM, you wrote:
AH> How do you insert a php variable into a javascript function?
AH> function redirect(<?php $MyVar ?>) { location = <?php $MyVar ?>; }
function redirect (<?=$MyVar?>) { location = <?=$MyVar?>; }
--
Best regards,
Richard mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

