undefined variable error javascript with php

you want to do something simple like passing variable like this

<?php 
 $variable_name = "some value";
var some_var = <?=$variable_name" ?>;

but it didn’t work
Here is the solved version…
Very simple than you thought

<pre>
 $variable_name = "some value";
var some_var = "<?=$variable_name" ?>";
</pre>

yup, just quote it from left and right so that it wont be considered as string not JS variable. If the value in variable is number, there would not be any problem

2 Comments

    plus size maxi dresses

    Yoou reall mzke it seem sso easy wth your presentation
    but I find this topic to bee reaply something which I think
    I would never understand. It seems too complicated annd extremely road for
    me. I am looking forward for your next post, I will try too gget the hang of it!

      gullele

      Am sorry about it being easy looking approach.. I will try to have another post with more elaboration

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*