How to reference PHP variables in JS

Source: Internet
Author: User

How to reference PHP variables in JS

PHP code-------------------------------------------

JS code-------------------------------------------

cheche1984 | browse 16,259 times 2013-01-15 17:04 2013-01-17 17:47Best Answer
In js, you can use <?php?> to output the variables you need to Reference.
For example, replace the <?php echo $a in your first red area;?>
Replace the <?php $b in your second red area;?>
This answer is recommended by netizensReviews2

Zzyy's Home

Adoption Rate: 100% good: not customized

Other answerssuch as $a=123;
<?php $a = 123;? >No. 1th Universal Salvation | 2013-01-26 23:19 Reviews0 you first need to define the JS variables, such as: var a = ' <?php echo $m;? > ';

How to reference PHP variables in JS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.