Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By youness
#829403
How can i console log data from triggers , i used a simple PHP log but for some reason it doesn't work on triggers . is there a special way of doing it ?
By marceloayllon
#829835
Hello youness ,

You cannot natively use console.log to check PHP code and it would not work in triggers.

but with a hack :
$output = $data;
if (is_array($output))
$output = implode(',', $output);
echo "<script>console.log('Debug Objects: " . $output . "' );</script>";

can show you the values.

To convert MBOX to PST, start by downloading and i[…]

My Assignment Services stands out as one of the be[…]

Erectile Dysfunction, commonly known as impotence,[…]

Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]