Does anyone know the other way of creating a login system with the PHP shit? I had enough of the PHP ,MySQL or PhpMyadmin shit.
December 24, 2010
October 25, 2010
How can i create a multi user login system using HTML or Javascript?
I am creating a new website and my software only supports HTML and Javascript and no forms of PHP or CSS, i was wondering if anyone knows a good code (Javascript or HTML) that allows multiple users to login to my site using their own created username and password.
Thanks
October 9, 2010
How do I set up a speaker system to output the same audio on 5+ speakers throughout a showroom?
I have a computer providing the audio output, and already have a variety of speakers around the showroom. Am wondering how to get the same audio to play in all the speakers? Half the room’s speakers already have wire running to the computer area – the other half don’t. Is there a way to set up a receiver by the computer, and then have another wireless receiver set up on the other side of the showroom to connect the other speakers to?
Thanks in advance for any help!
September 29, 2010
How to integrate login system in my website using php and my sql?
I want to integrate a login system in my website using php and mysql .Please tell how to do it?
I want the new users to sign up and sign in facility as every log in system have.. provide me source code n steps plz..
September 21, 2010
What is the simplest way to add a remember me feature to my PHP login system?
I already have cookies on my site, but I want to add a remember me feature. I’ve searched on google, but they all have these complicated guides that assume you don’t already have a login system. They even ask me to create a new database. Thanks for the help!
September 17, 2010
Can pets set off a motion detector for a home security system?
I’m thinking about getting a security system for my house. The system comes with motion detectors. Can cats set off the alarm through the motion detectors?
September 2, 2010
Visual Basic 2008 Tutorial 5 Login System – Remade – Part 1
Please Rate + Comment + Subscribe Sorry for not being here all this time, but now i am back, and i’ve got lots of tutorials to make =] Visit the Forum for the Code, and if you want, you can even download the project from there as well. z9.invisionfree.com
August 19, 2010
Visual Basic 2008 Tutorials – Login System Using a Database
Here is a login system using a access database questions, comments and requests to kreativedevelopments@hotmail.co.uk
August 7, 2010
How can I play my ipod through my yamaha receiver and 6 speaker system?
The receiver is a Yamaha HTR-5930 Natural Sound AV Receiver. It came with 5 speakers and a subwoofer. I have been able to play cds by connecting it through my dvd player, but I was wondering if there was a way I could play my ipod through the speakers. I have the connecting cable that allows you to play an mp3 player through a car stereo, alarm clock, etc. Thanks!
July 28, 2010
2.27 Creating a Multi User Login System in Access VBA
Creating a multi-user login form to password protect different areas of your database Here’s the code: Username.SetFocus If Username = “staff1″ And Password = “staff1″ Then MsgBox “Access Granted”, vbInformation, “CD Shop” MsgBox “Welcome”, vbInformation, “CD Shop” DoCmd.Close DoCmd.OpenForm “F_Switchboard” ElseIf Username = “staff2″ and Password = “staff2″ Then MsgBox “Access Granted”, vbinformation, “CD Shop” MsgBox “Welcome”, vbinformation, “CD Shop” DoCmd.Close DoCmd.OPenForm “F_Switchboard” ElseIf Username = “manager1″ and Password = “manager1″ Then MsgBox “Welcome, Manager”, vbinformation, “Manager Area” MsgBox “Please Exercise Caution When Altering Back End”, vbinformation, “Manager Area” DoCmd.Close DoCmd.OPenForm “F_Switchboard_Manager” Else MsgBox “Please re-enter your Username and Password.” End If
