Category: Json

  • Convert PHP Array into JavaScript Array.

    Convert PHP Array into JavaScript Array.

    We can use PHP array in javascript. For this we have to convert PHP array ,whether the array type is a single or multidimensional or indexed or associative array,into JSON format Using php function json_encode().It’s mostly used when we have create API in PHP to transfer data form one server to other server because data…