Icon Crear Crear

Advanced PHP

Completar frases

Fill in the blanks

Descarga la versión para jugar en papel

Edad recomendada: 12 años
0 veces realizada

Creada por

Sri Lanka

Top 10 resultados

Todavía no hay resultados para este juego. ¡Sé el primero en aparecer en el ranking! para identificarte.
Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad
  1. tiempo
    puntuacion
  1. tiempo
    puntuacion
tiempo
puntuacion
tiempo
puntuacion
game-icon

Completar

Advanced PHP

Fill in the blanks

Sachitra Wanninayake
1

predefined scalar Variables value numerically ini time readfile Date fopen associative text indexed PHP variables php Arrays require key name

1 . are used to store and organize data .
2 . are used to store values . But can store only one value at a time .
3 . Arrays are , which means that each entry is made up of a and a .
4 . You can reference the items in an array by rather than by number .
5 . The only difference between an array and a indexed array is the key name .
6 . Date and are some of the most frequently used operations in PHP while executing SQL queries or designing a website etc . PHP serves us with ( ) functions for these tasks .
7 . The include ( or ) statement takes all the text / code / markup that exists in the specified file and copies it into the file that uses the include statement . Including files is very useful when you want to include the same , HTML , or on multiple pages of a website .
9 . A better method to open files is with the ( ) function . This function gives you more options than the ( ) function .
10 . With PHP , it is easy to upload files to the server . However , with ease comes danger , so always be careful when allowing file uploads ! Configure The " . " File . First , ensure that PHP is configured to allow file uploads .