Recevez directement des messages des recruteurs à travers la nouvelle fonctionnalité de messagerie instantanée!
Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
you can use the array() function to create an array.
for example :
$cars = array("fiat", "ford", "bmw");
You can use
$multivalues = array('one','two'.'three');
Annuler Report Answer