Saturday, November 21, 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
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"
Friday, November 20, 2009
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";
}
Subscribe to:
Comments (Atom)