Il mio problema è il seguente : creo una directory nel server
(es. XXX ) e il messaggio in output che mi viene restituito è
"Warning: SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /home/virtual/....../gallery/XXX owned by uid 48". Inoltre nel server la directory XXX è stata creata con permessi 755 !!

Il codice che uso è il seguente :

$categoria = $HTTP_POST_VARS['categoria'];
mkdir ("".$categoria."",0777);


Aiuto !!!

Grazie 1000!