PHP Client Area

Discussion in 'PHP' started by webber09, Oct 10, 2010.

  1. #1
    hi everyone,

    do you know of any php client areas THAT DO NOT USE MYSQL?? I still need the users to have INDIVIDUAL areas. I know you can have it so it writes to a web-database on the site itself.

    thanks all
     
    webber09, Oct 10, 2010 IP
  2. JoelLarson

    JoelLarson Peon

    Messages:
    61
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I imaging you're looking for a PHP based member area without the use of a SQL database. There aren't any to my knowledge (I'm sure they're out there though). What you'd be looking for is a flat-file storage or No-SQL database.

    If you're writing it (or are looking for someone else to write it), it's essentially saving data to a file on the webserver. It's recommended that you secure the file and keep it out of your web directory though.
     
    JoelLarson, Oct 11, 2010 IP
  3. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #3
    Check out at myownspace.fr. I'm not sure if that what you want.
     
    ketting00, Oct 15, 2010 IP
  4. lomb

    lomb Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi Webber and fellow spurs fan!

    SQL is a web database for the site your only other option would be to make folders for the indivual customers then use htaccess to password protect. However PHP is more sensible and u could monitor visits and offer real time password change etc.

    PM me if u need help.
     
    lomb, Oct 16, 2010 IP