Naresh-PHP
Sunday, November 17, 2013
How to get current page URL in Codeigniter?
›
For getting complete URL: By using the current_url() method we can get the current page URl of the page. Example: $page_url=current_u...
2 comments:
Tuesday, August 20, 2013
What is Mail Cron?
›
Mail Cron: Mail Cron is a UNIX command used for sending mails to customers at time intervals through SMTP's. Cron Syntax: /usr/bin/G...
Monday, August 12, 2013
How to display clock using Javascript in PHP?
›
The following snippet of code display current time in your web page. JavaScript <script type="text/javascript" > ...
Simple captcha using jQuery in PHP?
›
PHP Code $length = 6; $captcha = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $le...
1 comment:
Friday, June 28, 2013
How to add menu to footere in wordpress?
›
The following single line code add in footer where you want to show menu bar. Syantax: <?php wp_nav_menu(array('menu' =>...
Wednesday, June 26, 2013
How to change Woocommerce products per page?
›
By adding the following one line code to your functions.php file, we will change the products per page in Woocommerce. Now i would like to...
Friday, June 21, 2013
Show cart contents / total at WooCommerce header in Wordpress?
›
Add the following bit of code to your header file exactly where you want to display the cart total items value. <?php global $woocomme...
2 comments:
›
Home
View web version