• A form is not showing up on my webpage, it just shows text and the lines below:

    [php]
    require_once (‘tipper.php’);
    [/php]

    When source viewing the page the lines do not look right

    [php]require_once (‘tipper.php’);[/php]</p>
    </div>

    any help is greatly appreciated

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

Viewing 1 replies (of 1 total)
  • Hi,

    Use [insert_php] and [/insert_php] tags instead of [php] and [/php].

    Also, use the “Text” tab, not the “Visual” when editing Insert PHP-related poss and pages.

    Also #2, use a path relative to document root for the location of tipper.php. As currently specified, Insert PHP might not be able to find it.

    Also #3, you’ll find the instruction page informative. Lots of good stuff there.

    Will

Viewing 1 replies (of 1 total)

The topic ‘PHP code not showing form on webpage’ is closed to new replies.