• Resolved XUitos

    (@xuitos)


    I’m including a file, using these tags:

    [insert_php]

    include(“/local/home/directory/index.html”);

    [/insert_php]

    but if there is a dollar sign in that file, it will strip out the $ and also the numbers after that until it reaches a comma. So $70,000 becomes ,000

    Is there any fix for this?

    https://wordpress.org/plugins/insert-php/

Viewing 1 replies (of 1 total)
  • WillBontrager

    (@willbontrager)

    XUitos, if the dollar sign is for printable text (not a PHP value) then the $ character can be replaced with the HTML entity $

    Otherwise (if it’s a PHP value) use our contact form
    http://www.willmaster.com/contact.php
    and send me the file you’re including. I’ll have a look.

    Will

Viewing 1 replies (of 1 total)

The topic ‘$ sign missing’ is closed to new replies.