hi
not really a html question this one .. may get moved.
ok depends if you are using windows or linux..if using windows... in windows explorer .. or your ftp client if the file is remote ..right click on it ... it will have 9 boxes .. some may be ticked, that is the permissions, or 'chmod'.
in linux... just do an # ls -ls |grep FILENAME.PHP from the same dir and it will display something like rxrxwxrx - filename.php blah... that first bit, the r's x's and w's are the chmod permissions
cheers
p
|