PHP image gallery/ install

Last post 04-17-2011, 10:17 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  04-17-2011, 12:10 PM 67199

    PHP image gallery/ install

    Hi all,

    Hope I'm in the right spot. I'm very inexperienced in php...I've come across some problems and hoping I can find my answers here.

    What is the .htaccess file? I deleted mine accidentally. What next?
    Do I need a database for all php driven pages?
    What is the php.ini file? Definitions I found weren't so clear.
     
    Here's a link to my existing work: http://www.mgwdesigns.net/index2.php


    Also, what exactly is this? It's on alot of pages:

    //set the user info for comment poster, if not set, the poster will save as guest
    $gallery->LogonUserID="username@server.com";
    $gallery->LogonUserName="UserName"

    Thanks a bunch!

    Eric
  •  04-17-2011, 10:17 PM 67205 in reply to 67199

    Re: PHP image gallery/ install

    Hi motionographer,
     
     
    What is the .htaccess file? I deleted mine accidentally. What next?
     
    Please refer to http://en.wikipedia.org/wiki/Htaccess
     
     Do I need a database for all php driven pages?
     
    You do not need it.
     
    What is the php.ini file? Definitions I found weren't so clear.
    Pleaer refer to http://www.99points.info/2010/04/php-ini-file-purpose-of-using-php-ini-fil/
     
    Also, what exactly is this? It's on alot of pages:

    //set the user info for comment poster, if not set, the poster will save as guest
    $gallery->LogonUserID="username@server.com";
    $gallery->LogonUserName="UserName"
     
    When you right click on a photo, you can post a comment of it. And than the LogonUserName will show with the comment.
     
    Regards,
     
    Ken
View as RSS news feed in XML