12 lines
68 B
PHP
12 lines
68 B
PHP
<?php
|
|
|
|
$users = array(
|
|
"Daniel",
|
|
"Maryclaire",
|
|
"Terence"
|
|
)
|
|
|
|
?>
|
|
|
|
|