Posted by Leszek on 02/05/06 22:44
Hi
I have a problem while inserting php code into javascript
var danevar1 = '<?php echo $dane1; ?>';
this line doesn't work
i tried also:
var danevar1 = '<? echo $dane1; ?>';
but it's not working
Can anyone help my with it?
Leszek
[Back to original message]
|