PHP 101

  • MikePreston
    Asked on March 14, 2014 at 5:30 AM

    This is probably a dumb question, but ........

    If I want to write a short php routine and access it through webhooks on one of my jotforms, can I put that php routine somewhere on jotform.com?

    If I can't host the php routine on jotform.com is there any integration partner available to host the source?

    Something as simple as:

     

    <?php

    //**

     * Displays, in plain text a string of characters

     *

     */

     

    $new_string = $already_existing_string

    var_dump($new_string)

     

     

     

     

  • Welvin Support Team Lead
    Replied on March 14, 2014 at 9:28 AM

    Hi,

    You can use our Webhook Feature: How to Setup Webhook with JotForm. If you do not have a web host, you can find any FREE services around the web so that you can host your PHP file.

    Thanks