Saturday, September 21, 2013

how to share custom multiple image ,title, description on facebook wall?

<?php
$title=("bikash nayak"); $des=("this is the best way"); $url=('http://staging.techwave.com/babygizmo/category/strollers'); $imag=('http://tsg1895usa.com/components/com_virtuemart/shop_image/product/S1-16-008-09-1-02-(LSSC16006-I2)-44A.jpg'); $facebookur='http://www.facebook.com/sharer.php?s=100&p[title]='.$des.'&p[summary]='.$des.'&p[url]='.$url.'&p[images][0]='.$imag; echo $url; //then paste on browser address
?>

Friday, September 20, 2013

what is Alternative PHP Cache(APC) in php

Alternative PHP Cache

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.