Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zerandib1

    (@zerandib1)

    i want to compare the variables

    if(strcmp(the_taxonomies(array('before'=>'<span class="categories" style="font-size:16px;font-weight:bold;">','sep'=>'</span><span class="tags">','after'=>'</span>')) , "MyCategory")
    {
       echo "OK";
    }
    else{
      echo "NOT OK";
    }

    Since the words are not matching, it always shows “NOT OK”

    How can i get the output “OK”?

    please let me know how to use this get_the_taxonomies with this example

    Thread Starter zerandib1

    (@zerandib1)

    in the above script why these things are not working?

    echo “************”;
    echo “
    “;
    echo $our_price;
    echo “************”;
    echo $current_price;
    echo “
    “;
    echo “************”;

    This is not displaying in the output!

Viewing 2 replies - 1 through 2 (of 2 total)