PHP

  1. PHP Upload File Permissions On AFS

    A common problem (as a quick search shows) when creating a file upload script in PHP is the permissions on the destination directory. The PHP engine must have permissions to write a file to the destination directory. For Linux and Unix file system, the standard way is to use CHMOD; but, the method is different […]

  2. First Run With Pear

    At my job, I have recently been between projects. I have recently discovered PEAR which the concept of a library of PHP classes is something that I have wanted. I wanted to install these classes on the school’s server. Since I cannot add packages to the main repository I took to following the directions on […]