• Resolved Bakhshi

    (@bakhshi)


    Hello Sir/Madam,

    I wrote a “Find” array in server side, but it dose not work! could you tell me please, what part is false?

    <?php 
    
    $GLOBALS['SERVER_SIDE_EQUATIONS']['equation_23'] = array($p1)('222', '333', '444'); 
    
    //search element 
    $item = '$p1'; 
    if(in_array($item, $p1)){ 
            //the item is there 
        return "ok"; 
    } 
    else{ 
            //the item isn't there 
        return "null"; 
    } 
    ?> 

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi! We’d like to help but we can’t reply about that in this forum. We are not allowed to support any customers in these forums, and the SERVER SIDE Equations is a commercial feature.

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Find or Search array’ is closed to new replies.