×

php up to date

subcategory display in serach page

subcategory display in serach page
subcategory display in serach page osclass output function.php Add this code into functions.php to get subcategory list based on category selection and display into search.php if( !function_exists('get_subcategories') ) {          function get_subcategories(...

City based search result osclass

City based search result osclass
Geting City based search result in osclass <form action="<?php echo osc_base_url(true); ?>" method="get" class="search" onsubmit="javascript:return doSearch();">     <input type="hidden" name="page" value="search" />     <fieldset class="main">  ...

About codeigniter Framework

About codeigniter Framework
CodeIgniter? CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly...

Os Class Home Page Customization

Os Class Home Page Customization
Os Class Theme Home Page Customization output: If you try to get like this output follow the below steps(Bender theme) Go to functions.php and edit these line Step 1:       Remove Subcategory from os class        Find  <?php if ( osc_count_subcategories()...

PHP question answers you should know

PHP question answers you should know
php question anwers 1) Is it possible to use COM component in PHP? Yes, it’s possible to integrate (Distributed) Component Object Model components ((D)COM) in PHP scripts which is provided as a framework. 2) What does the initials of PHP stand for? PHP means PHP: Hypertext Pre-processor. 3)...

Interesting Facts About PHP Programming Language A PHP Developer Should Know

Interesting Facts About PHP Programming Language A PHP Developer Should Know
 Interesting Facts About PHP  PHP originally stood for Personal Home Page. PHP which is now officially known as ‘Hypertext Preprocessor’ was released in the year 1995. Initially written as a set of Common Gateway Interface (CGI) in ‘C’ (1994). PHP was originally designed...

wordpress plugin development tutorial for beginers

wordpress plugin development tutorial for beginers
wordpress plugin development tutorial for beginers <?php /* Plugin Name: Tutorial Plugin URI:  Description: This plugin helps to users to find right products suggestions based on their answers Version: 0.1 Author: V. manikandan Author URI: http://www.eightlegbuilders.in/ License: GPL2 Text...