Simple tests seemed ok but now i am trying to use the variable $PHP_SELF and it seems it doesn't exists. BUT, if i write
Code: Select all
echo "we are in:",$_SERVERї"PHP_SELF"],"<br>" ;if i write
Code: Select all
echo "we are in:",$PHP_SELF,"<br>" ;i worked with php elsewhere and this always worked. Where is the problem ?
thank you so much
Wentu