Sunday, November 22, 2009
Magento login admin problem
Click this link it is useful for you http://arjudba.blogspot.com/2009/04/after-installing-magento-cant-log-in-to.html
Saturday, November 21, 2009
Phpbb3 admin login problem
Admin Login Page For Phpbb3:
Admin login page like this "http://sitename/adm/index.php?i=users&mode=overview&u=2&sid=488e632c4df5103d5d1961f31321b251"
- To Login into admin section you have to re-authenticate for admin account
- First you have to login from frontend with admin details
- Then you found "Registered users: admin" like this. when click on admin link the page move to related link where can find the below options
- Username:admin [ Administrate user ] [ Banning ]
- Click on " Administrate user" you found the admin login page from where you can login to your admin account by providing your details.
Admin login page like this "http://sitename/adm/index.php?i=users&mode=overview&u=2&sid=488e632c4df5103d5d1961f31321b251"
Labels:
phpbb-admin-login,
phpbb-login,
phpbb3,
phpbb3-admin-login,
phpbb3-login
check value exist or not in php array
$os = array("Novmber, 2009", "NT", "Irix", "Linux");
if (in_array("Novmber, 2009", $os)) {
echo "You found that value";
}
if (in_array("Novmber, 2009", $os)) {
echo "You found that value";
}
Labels:
php,
php-array-find-value,
php-check-if-value-array
Subscribe to:
Posts (Atom)