Author: mrabd423
Input : 2.2550119123295E+14 number_format(2.2550119123295E+14,0,'','');
Step 1 : Instance -> Networking -> Manage IP addresses then assign new ip it will then add a new private ip address Step 2 : Network & Security -> …
var minImageWidth = 800, minImageHeight = 600; Dropzone.options.graphicDropzone = { maxFilesize: 3, maxFiles: 3, addRemoveLinks: true, acceptedFiles: ".psd, .ai, .jpg, .jpeg, .gif, .png", init: function() { this.on("success", function(file, responseText) { …
apt-get update && apt-get upgrade Step 2: Install PHP 5.6 Install the PHP5.6 repository with these two commands. apt-get install -y software-properties-common add-apt-repository ppa:ondrej/php apt-get update apt-get install -y php5.6 …
$(‘:not(:contains(‘+ userString +’))’).hide(); We can also put some class before :not so it will only target the specific element. We can also use :contains keyword to check if element contain …
What ever the theme of wordpress we are using, Just open the function.php file and make the function and add two add_action hooks like below add_action( ‘wp_ajax_facebook_lead’, ‘facebook_lead’ ); add_action( …
This call below can get the leads data. https://graph.facebook.com/v3.2/478694035993038/leads?access_token= and it’s the form id : 478694035993038 But the main problem will be that it will only have 1 hour to …
Here is the command that tells the list of directories consuming big space. sudo du -x / | sort -n | tail -40
ini_set(‘max_execution_time’, 300); //300 seconds = 5 minutes
$this->registerJsFile(‘js/config-invitations-general.js’, );