请问$store_dir是不是代表所传送文件的途径,我的文件夹是public_html/image,为什么到现在都实现不了?请专家帮忙,让我这个菜鸟多学习学习!

解决方案 »

  1.   

    $store_dir//要贴出点代码,不然别人怎么知道它是什么啊,只能认为是个变量了
      

  2.   

    小弟用了很多时间, 学会了php, 搞了www.kingofcoder.com 编程王网站, 请大家支持一下.
    这站已经用了我很多钱买伺服器了, 希望能够搞一个出名的编程资源网
    谢谢
      

  3.   

    $store_dir = "/public_html/image/";
    date_default_timezone_set('Asia/Shanghai');                                     
    $weburl                         = "localhost/~user/pplayer/index";                      
    $configExt                      = array('jpg', 'jpeg', 'gif', 'png');   
    /*
     * Simple Photo Gallery Config file (phpGalleryConfig.php)
     *
     * Use this file to set your preferences for the gallery that will
     * reside in the current folder.
     *
     */ // folder names
    $imagesFolder = "pplayer_images"; // Gallery Title -- uncomment if you want to override using folder name as title
    $galleryTitle = 'PPlayer'; // Thumbnail dimensions
    $width = 120;
    $height = 110; // Number of pictures in each row
    $num_in_each_row = 5;

    /* Gallery Sort Mode
     * 1 = Alphabetic (A to Z)
     * 2 = Alphabetic (Z to A)
     * 3 = Date (oldest to newest) (almost like creation date however it was not available. So inode metadata date is used)
     * 4 = Date (newest to oldest)
     *
     */
     $sortMode = 1;$configDivWidth         = 95;                                                                   
    $configDivHeight        = 68;                                                                   $picwidth                       = 768;                                                                  
    $picHeight                      = 500;                                                                  
    $picchangetime          = 5;                                                                   
     $picnum                         = 20;                                                                  
    ?>
    有帮助吗?
      

  4.   

    $store_dir   =   "/public_html/image/"; 
    这不写着了吗?