Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.

Quizzes de desarrollo web

Clock
Minutes
Seconds
We can use shuffle() to randomize the order of the elements in an array.

$_POST and $_GET are superglobal variables.

We can know the size of an array with $myarray->length.

We can use mysqli_fetch_associative() to fetch a result row as an associative array.

strpos("a b", "b") returns 3.