CGI Tutorial

CGI stands for Common Gateway Interface, which is the standard for creating dynamic files or web pages. It can be seen in use on thousands of web pages – website guest books which allow a visitor to enter a message which is displayed the next time anyone accesses the guest page, or search engine pages where one types in a query and the search engine responds by displaying the results pages.
CGI scripting actually refers to writing a program that will control how a website’s content can be displayed to visitors.
Can’t login into admin panel of Magento (Problem and Solution)
Hello 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 problem and the solution.
First of all, what is Magento ?
Magento is one of the Opensource for E-commerce Websites. Its a top level opensource in E-commerce category.
Now time to explain the problem and the solution of the problem. Continue reading »
How to use Opencart Admin
Hello 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. And if you understand that how to use admin then you can manage your stie easily.
So for new users of Opencart, I have make one document which gives you the steps for how to use the admin. So please download this document and follow the instructions given in this document.
Feel free to post comments.
Thanks.
New Short URL service
Hello Friend !!
You all are aware that in twitter when we have to do tweets, we have to make out URL short. Normally users use http://bit.ly for make short URL.
But I fond one new short URL service couple of hours ago. And from my point of view, It is also good. You can use this new short URL service.
The URL of this service website is http://frd.im/
I think this information and this short URL service become very useful to you my friends.
Feel free to give comments on this post.
Thanks !!
MySQL to RSS feed(XML)-Used in Google Product Search
Hello 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.
For store data in google product search, Google supports txt and xml (RSS) file.
Now I make one another script which used to export data from MySQL to RSS (XML). Actually google product also preffer RSS feed.
For this you have to create one datafeed.xml and save this file where PHP script file is stored. Here I give you code :
Click Here for more details :
Continue reading »
MySQL to tab formatted TXT(datafeed) converter script-PHP
MySQL to Google Based Datafeed Converter PHP Script
Hello Friends !!
Currently I am working on one project in which I have to store data in Google Merchant Center.
This is a Google Product Search which is used for search any product around the world. Currently many shopping sites stores their products in Google Product Search.
For store data in google product search, Google supports txt file with tab seperated.
After some reserch I have made one PHP script which store data from MySQL table to txt file with tab seperated.
Continue reading »
Problem Solving Of Authorize.net Payment Integration
Hello Friends,
Today I will explain you about authorize.net payment gateway. Since last two months, I was working on authorize.net payment gateway integration with PHP. And I was getting so much difficulties at the time of integration.
Continue reading »
Set Cron Job in cPanel
Hello Friends !!
Today I will share with you about cPanel and its advanced feature Cron Job.
First of all what is cPanel ?
CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface. The idea is to transfer as much of the control and responsibility of managing your web site to you. You have the ability to manage all aspects of e-mail, files, backup, FTP, CGI scripts, and web site statistics.
Now what is Cron Job ?
A cron job allows you to run a certain command at times set by the job. For example, if you want to execute one file at midnight 12.00 then you can set time using cron job. There is an advanced feature in cPanel from where you have to write only one command and full path of the file whcih want to execute.
How to Use JQuery and Prototype at the Same Time ?
Hello Friends!
Today i want to share with you some important topic.
I think you don’t know that jQuery and Prototype both will not work at same page. if you are using jquery with prototype with default settings than it will create a problem and not work according to our requirement.
I already face this problem. After long research, i have found the solution and which is working fine for me.
So The solution Read it Carefully because the arrangement is very important. Continue reading »
Set Cookies in PHP
Hello 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().
It is very easy to use and understand. First parameter is the name of the cookie and second one is the value you want to store in cookie.
By above code you can set simple cookie and this cookie will be deleted when user close their browser.
We can also set the time how long we want the cookie.
setcookie(‘username’, $name, $cookie_life);
Above example create cookie for 1 year. Yes 31536000 seconds means 1 year.Remember, cookies must be deleted with the same parameters they were set with.If users clear their history from browser then cookies will be deleted.
Continue reading »




