what is the most simple login script for a site ! Mysql etc etc is not my best part ! everytime i try to create one i get that stupid error Mysql page ! do i need to do something extra that is not told in the login script instructions !
what "stupid error mysql page?" you need to first connect to your mysql page, select a query, match login + password, then set cookie/session might want to post your code so we can help
You're trying to get a login script for a website? What language? PHP? Mysql is just a database that holds information that you can access using a language like PHP, ASP, Perl, etc. Depending on the language your web server is using, you should be able to find quite a few login scripts available for you to use. If you are trying a specific one and it's giving you problems, post the specific problem you're having and I'm sure someone can help you with it. If it's a database specific issue you should post it here, but if it's a language specific issue (the script itself), try posting the problem in that language's forum (php, perl, etc)