Note that there are some explanatory texts on larger screens.

plurals
  1. POPrint array of array of array of array
    primarykey
    data
    text
    <pre><code>$elementos[$n]['fabricante'] = array($arr3[text][0]); $elementos[$n]['titulo'] = array($arr[text][0]); $elementos[$n]['descripcion'] = array($arr2[text][0]); </code></pre> <p>But I can find a way to show the content of this array.</p> <p>I get the word Array o a empty text.</p> <p>Please I have 2 days with this problem. Help</p> <p>This is the information in the $elementos array</p> <pre><code>Array ( [0] =&gt; Array ( [fabricante] =&gt; Array ( [0] =&gt; Cisco ) [codigo] =&gt; Array ( [0] =&gt; ICND1 ) [titulo] =&gt; Array ( [0] =&gt; Interconnecting Cisco Network Devices I ) [descripcion] =&gt; Array ( [0] =&gt; Este curso se enfoca en proporcionar las habilidades y conocimientos necesarios para instalar, operar y localizar fallas en una red empresarial pequeña de sucursal, incluyendo configurar un conmutador, un enrutador y conectar a una WAN e implementar la seguridad de la red. El Participante debe poder completar la configuración e implementación de una pequeña red de oficina sucursal con supervisión. ) ) [1] =&gt; Array ( [fabricante] =&gt; Array ( [0] =&gt; Cisco ) [codigo] =&gt; Array ( [0] =&gt; ICND2 ) [titulo] =&gt; Array ( [0] =&gt; Interconnecting Cisco Network Devices II ) [descripcion] =&gt; Array ( [0] =&gt; Este curso se enfoca en proporcionar las habilidades y conocimientos necesarios para instalar, operar y localizar fallas en una red empresarial de tamaño medio para una sucursal, incluyendo la configuración de conmutadores de datos y enrutadores, además de conectar la red LAN a una WAN e implementar seguridad ) ) ) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload