Your Ad Here
When we dealing with a text area in the PHP application , for Example in your application given that About me feild, suppose some of the users may given that “This is about Anil’s blog”. When we try to insert into database then we got the some errors. To avoid that error and insert into database without any errors: 123$text = addslashes($text);...
Filed in: PHP Code

 

This post explains about how to get file extenstion using the php. In the we have two types to retrieve the file extensions. See the  following script : Type 1: 1234567891011121314151617181920<?php function findextension ($filename) { $filename = strtolower($filename) ; $exts = split("[/\\.]", $filename)...
Filed in: PHP Code

 

What is X-Cart? It is shopping cart software. It is easy to update and customization of layouts. We can easily maintain the static pages. We can maintain as seo friendly urls from the admin panel option. We can give meta keywords and meta description for each page and each products for the front end ,we can maintain from the admin section It uses...
Filed in: OsCommerce, X-Cart

 

April 1, 2009

About CakePHP

What Is CakePHP? The Official website: http://www.cakephp.org/ CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs...
Filed in: CakePHP

 

Hai to everyone this is Anil. You can share your views with me always welcome …