find . -type d -name .svn -print0 | xargs -0 rm -rf /* remove the svn folder from project */…
how to remove index.php from url in magento
1) Log-in to your Magento administration area then go to ‘System > Configuration > Web‘. 2) Navigate to the ‘Unsecure‘…
how to save div content as image using jquery
html2canvas This script allows you to take “screenshots” of webpages or parts of it, directly on the users browser. The…
how to create categogories in magento or emport and export from database.
Category Creation in magento Whenever you created category in magento then the created category info will be insert into following…
How to integrate stripe payment gateway in php
Stripe Checkout New No need to design payment forms from scratch. Stripe Checkout offers a beautiful, customizable payment flow that…
how to integrate paypal payment in codeignitor
create a file in appication/libraries/ ======= paypal.php =========== <?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’); /**…
The easiest way to get your own Social Network
HumHub is a social network software and framework built to give you the tools to make communication and collaboration easy…
Send WhatsApp messages in PHP
I search an API for send a message in whatsapp through in website in php. it’s relatively easy to send…
Stripe Checkout The best payment flow, on web and mobile.
Stripe Checkout New No need to design payment forms from scratch. Stripe Checkout offers a beautiful, customizable payment flow that…
PHPFox Social Network Script
Did you ever try to make a community website with network functionality? What kind of software have you used in…

Recent Comments