TweetHello friends !! Few days ago, I faced a URL rewriting problem on windows server. After checking the server configuration, I found that there is an II7 installed. After long research about this, I found that II7 is not support .HTACCESS. If youwant to male your site SEO URL friendly, then you have to use web.config [...]
Posts Tagged ‘PHP’
Can’t login into admin panel of Magento (Problem and Solution)
TweetHello Friends !! Yesterday, when I was starting to work on Magento E-commerce. When I was access Magento after installation, I can’t logged in Admin section. After long time serching and research in Magento, finally I found the solution and currently I am able to login to admin section. Today I explain you about the [...]
How to use Opencart Admin
TweetHello Friends !! I have make two sites in Opencart. Opencart is a opensource shopping cart. This is very user friendly and very easy to use. Today, it is become very famous to make e-commerce sites. Because its very easy to install and very user friendly to use it. In any Open source, admin is the main part. [...]
MySQL to RSS feed(XML)-Used in Google Product Search
TweetHello Friends !! In my last post, I explain you how to export data from MySQL to tab formatted TXT file. I think you all aware about Google Product Search. In Google Product Search, which is used for search any product around the world. Currently many shopping sites stores their products in Google Product Search. [...]
Set Cookies in PHP
TweetHello Friends !! Today i will show you hiw to use Cookie in PHP. First of all Cookies are small pieces of text, stored by a user’s web browser, that contain the user’s settings, shopping cart contents, or other data used by websites. In PHP we can set cookies by inbuilt function setcookie(). setcookie(‘username’, $name); [...]
Security in PHP – Tutorial
TweetHello Friends !! Today I found one PDF file about PHP Security. Here I will give you that tutorial. In this tutorial all the PHP security issues are explained in easu language. Document is about worth 15 pages so i can’t write it in my blog. Simply click on link shown below and you can [...]
Redirect to https (SSL) in php
TweetHello Friends !! Today I found some new things. This post is show you how to redirect to https(SSL) in PHP. First, What is SSL ? Let me Explained : SSL meand Secure Socket Layer. It is developed by Netscape to transmit private data via Internet. SSL uses a cryptographic system that uses two keys [...]
Take cPanel full backup-PHP
TweetHello Friends !! I found some new thing to take backup your site/blog from server. I give you script to take backup. This will take full backup from cPanel to FTP. The first, cpbackup_cfg.php, shown below, must be edited to insert your site and FTP server login credentials. <?php $cpuser = “xxxxxxxxxx”; $cppass = “xxxxxxxxxx”; [...]
Preventing SQL Injection Attacks with MySQL and PHP-2
TweetHello Friends !! If you remember then in my older post on SQL injection, I was explain you basic of SQL injection and basic code to prevent SQL injection. Today I will explain how to prevent SQL injection using encryption ? I think you all use MySQL for database purpose.We add one variable named key [...]

