<?php

$user=array("user1" => "navid","user2" => "reza");
echo $user["user1"];

?>