Answers for "tab in php"

17

add tabs html

&nbsp;  <!-- 1 space -->
&ensp;	<!-- tab; 2 space -->
&emsp;	<!-- tab; 4 space -->
Posted by: Guest on April-26-2020
1

tab php

$tab = array(); // empty tab
$tab = array("0" => "Hello", "1" => "world"); // $tab[0]="hello" and $tab[1]="world"
Posted by: Guest on March-22-2020

Browse Popular Code Answers by Language