When using FormValidation with some server-side frameworks such as CakePHP, Symfony, Rails, Spring, etc, there is a relationship between the model name and the ...
git set up commandgit set up command
=========== Use GIT command ========== >> sudo mkdir foldername>> cd foldername/>> git init>> git remote add origin https://github.com/abc/project.git >> git ...
basic commad of svnbasic commad of svn
find . -type d -name .svn -print0 | xargs -0 rm -rf /* remove the svn folder from project */ ...
how to remove index.php from url in magentohow 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 jqueryhow 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.how to create categogories in magento or emport and export from database.
Category Creation in magentoWhenever you created category in magento then the created category info will be insert into following tables ...
How to integrate stripe payment gateway in phpHow 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 codeignitorhow to integrate paypal payment in codeignitor
create a file in appication/libraries/ ======= paypal.php ===========<?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’);/** * CodeIgniter * * An ...
The easiest way to get your own Social NetworkThe 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 PHPSend 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 ...