Title: Why this Code will not work?
Last modified: June 3, 2022

---

# Why this Code will not work?

 *  Resolved [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years ago](https://wordpress.org/support/topic/why-this-code-will-not-work/)
 * Why this Code will not work?
 * Only shows:
    Price: 1000000 Commission: 3% REBATE: $0
 * <?php
    echo ‘Price: ‘; $x = es_the_property_field(‘price1654292337f629a7f71a82f0’);
   echo “<br>”; echo ‘Commission: ‘; $y = es_the_property_field(‘coop1651891241f6275dc29ed0fb’);
   $z = ($x + $y); echo “<br>”; echo ‘REBATE: ‘; echo ‘$’; echo number_format($z);?
   >

Viewing 1 replies (of 1 total)

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [4 years ago](https://wordpress.org/support/topic/why-this-code-will-not-work/#post-15711397)
 * Hello.
 * We do not provide support for your code. If the code doesn’t work, read the PHP
   error log

Viewing 1 replies (of 1 total)

The topic ‘Why this Code will not work?’ is closed to new replies.

 * ![](https://ps.w.org/insert-php/assets/icon-256x256.gif?rev=3523853)
 * [Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts](https://wordpress.org/plugins/insert-php/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-php/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-php/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-php/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-php/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-php/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Temyk](https://wordpress.org/support/users/webtemyk/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/why-this-code-will-not-work/#post-15711397)
 * Status: resolved