Print data using p(type variable here);

PHOTO EMBED

Thu Aug 25 2022 10:29:44 GMT+0000 (Coordinated Universal Time)

Saved by @Parth108 #php

function p($data){
    echo "<pre>";
    print_r($data);
    exit;
}
content_copyCOPY