Posted by Vikash Dhankar on September 20, 2009 ·
WAMP stand for Windows Apache MySql PHP.
WAMP is used for WIndows machine, in making own PC as a server knows as “localhost”.
What is the use of http://locahost ?
It quit obivious that localhost works same as our website server do. So to do some change in the main server, we first experiment whole thing at our localhost and of the result are right( what we desired) than we simply follow the same steps in the main serve. or [...]
Posted by Vikash Dhankar on July 18, 2009 ·
In today’s senario there is online messaging, reporting, submission of query,updation of the user list, admin and user account and bla-bla-bla.
So we need a way to handle all the stuff all over the world by giving the username and password and defining their privileges.
Here I am giving you some brief tutorial on the above that how we can make own login and logout page.
I am using PHP+MySQL in the Tutorial.
There are simple 3 steps to make that.
Step1: [...]