admin

This user hasn't shared any biographical information


Posts by admin

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. More >

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.

DOWNLOAD

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 :
More >

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.
More >

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.
More >

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.

More >

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. More >

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().

setcookie(‘username’, $name);

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.

$cookie_life = time() + 31536000;
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.
More >

Security in PHP – Tutorial

Hello 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 see that PDF file. But first you have to install Adobe PDF reader.

CLICK HERE to see tutorial.

If you like this tutorial then please comment on this post. If you have any query then also tell me.

Click below links for more tutorials:

I will try my best to solve your problem.

Thanks…

Get Adobe Flash playerPlugin by wpburn.com wordpress themes
-->