DISQUS

Tech-Recipes: PHP: Create a File on your Server | PHP programming | Tech-Recipes

  • andy · 1 year ago
    you are missing a ")" on this line :

    if(is_writable($filename){

    Should read
    if(is_writable($filename)){
  • Quinn McHenry · 1 year ago
    Thanks andy -- I've fixed the post.