Archive for the ‘PHP’ Category

How to display wordpress shortcode outside of the editor – php page

November 24th, 2012, posted in PHP, Tips and tricks, Wordpress

As you all know about wordpress shortcode, Almost all plugin is providing shortcode for displaying the form with wordpress post editor or widget. but how we can display the same with our php page itself. wordpress is providing a fucntion for the same.

PHP date format examples – Date and time formatting with PHP

October 23rd, 2012, posted in PHP

We are getting lot of queries from programmers about Php Date Format. In this article am explaining Date and time formatting with PHP , all the type of date formats which is used in PHP programm . In the first part we will get familiar with date and time formatting and in the second we will exercise date and time manipulations. Probably most of you are familiar with formatting, but for those who are not and for those that would like to remind of it please read below.

How to get rss feed from a website using php

September 1st, 2012, posted in PHP, Tips and tricks

RSS is a technology that enables the reader to grab new writing from many different newspapers and blogs, and display it all together in one easy to read place, using an RSS reader tool on your PC or even a new personalized Google homepage. Here i am giving code for getting RSS feed from any websites.

How to apply ssl certificate to websites using php and htaccess

July 27th, 2012, posted in PHP, Tips and tricks

Hi friends, today am explaining How to use SSL certificate with your website if it’s successfullly installed.
What is SSL certificate
An SSL Certificate on your web site vastly increases the confidence of your web site

Paypal payment gateway integration in php

June 5th, 2012, posted in Payment Gateway, PHP

PayPal payment gateway is one of the most popular payment gateway services available for Ecommerce websites. . It has a well defined API for payment gateway integration called PayPal IPN

Enable curl library in XAMPP

June 1st, 2012, posted in PHP, Tips and tricks

CURL is a way you can hit a URL from your code to get a html response from it.cURL means client URL which allows you to connect with other URLS and use there responses in your code. To enable curl library with XAMPP we need to modify the php.ini files in our xampp folder.

 
 
 
Extension Factory Builder