TweetHello Friends !! Today I write about the framework. Currently I am starting CakePHP which is the MVC opensource which is widely used to develop rapid and user friendly application. Its uses MVC structure. MVC => Model,View and Controller Now I give you the basic idea about this framework.
Archive for the ‘PHP’ Category
Open CakePHP files in Dreamweaver with proper format(with coloring in PHP)
Send PHP mail using SMTP
TweetHello Friends !! TOday I found that how PHP mail() function works with SMTP. Actually when your site is hosted on windows server, then there is SMTP used for sending mail. With simple mail() function ,you can’t send mail in SMTP. You have to authenticate PHP and SMTP. In short, I explain you that how [...]
URL Rewriting with PHP and IIS 7
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 [...]
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 [...]
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. [...]
MySQL to tab formatted TXT(datafeed) converter script-PHP
TweetMySQL 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 [...]
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 [...]
Use PayPal’s Instant Payment Notification with PHP
Tweethello Friends !! Today i will tell you that how to integrate Instant Payment Notification(IPN) inPayPal using PHP. There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. Because the whole process is based on the data you need to send via a web form to [...]
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 [...]

