Italia Posted June 1, 2006 Share Posted June 1, 2006 Hey I am running a php site on a free server and do not have mysql. Could someone show me a sessions script for logins without it? One that i can put into any of the pages that i require login for. Thanks Link to comment https://forums.phpfreaks.com/topic/10991-no-mysql-logins-please-please-help/ Share on other sites More sharing options...
nogray Posted June 1, 2006 Share Posted June 1, 2006 I never done it personally, but you can use the .htpasswd to create a password protected directories. You can search for it online for more details.Here are a couple of links I found.[a href=\"http://koivi.com/php-http-auth/\" target=\"_blank\"]http://koivi.com/php-http-auth/[/a][a href=\"http://elonen.iki.fi/code/misc-notes/htpasswd-php/index.html\" target=\"_blank\"]http://elonen.iki.fi/code/misc-notes/htpasswd-php/index.html[/a] Link to comment https://forums.phpfreaks.com/topic/10991-no-mysql-logins-please-please-help/#findComment-41046 Share on other sites More sharing options...
Italia Posted June 2, 2006 Author Share Posted June 2, 2006 Yah im not that advanced with what their talking about lol I dont have my own host so i need something that only involves files. Link to comment https://forums.phpfreaks.com/topic/10991-no-mysql-logins-please-please-help/#findComment-41056 Share on other sites More sharing options...
poirot Posted June 2, 2006 Share Posted June 2, 2006 You can always use FFD's (flat file databases).This means you'll need to either code one or find some that fits your needs.Try to google for "txtSQL" or "fbSQL", they're scripts that use SQL syntax to "query" flat-files. Link to comment https://forums.phpfreaks.com/topic/10991-no-mysql-logins-please-please-help/#findComment-41069 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.