Home » Archive

Articles tagged with: login

Wordpress »

[19 Apr 2010 | No Comment | 309 views]

Scenario:
- I have installed Wordpress MU in localhost (local computer).
- I am using Windows XP Operating System.
- I am using WAMP Server.
Problem:

Magento »

[7 Jul 2009 | 47 Comments | 10,647 views]

Problem:
I had a new installation of magento. But I was unable to login as an administrator. I went to the admin login page, entered correct username and password but was redirected to the same login page. I could not enter the dashboard page. Error message is displayed when I enter wrong username or password. But nothing is displayed and I am redirected to the same login page when I insert correct username and password.
Solution:

MySQL, PHP »

[5 Mar 2008 | One Comment | 624 views]

Before I had posted an article to add, edit, delete, and display contents. I had also included sessions there. There was the facility to login and register users too.
But i got feedback that it was a bit complex for novice users of PHP (users who have just started PHPing). It was a kind of full-fledge system with PHP, MySQL and session.

MySQL, PHP »

[8 Dec 2007 | 2 Comments | 694 views]

Hello everyone! here is a simple and complete tutorial to add, edit, delete, login, and register in PHP with MySQL database.
The description is present in the code.. in comments :D I hope those comments are sufficient to describe the code. The database part is in the sql file named ‘database.sql’.