Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Web
.
Show all posts
Showing posts with label
Web
.
Show all posts
Sunday, May 28, 2017
PHP Script: Call Method Dynamically
›
PHP Script: Call Method Dynamically. Below is PHP Script which describes the full process: <?php $fnc = "canCall"; if (!is_c...
How to PHP call another page and get output as variable?
›
How to PHP call another page and get output as variable? it's easy. We can do it in two way. First way is processing via ob_... and sec...
Friday, May 26, 2017
Stripe Payment API: Create Get Edit Delete Customer
›
You can create Customer in Stripe using API. You can profile source when you create the Customer. Here source is payment source, Such you c...
Thursday, May 25, 2017
PHP Script - detect whether running under Linux or Windows?
›
PHP script - detect whether running under Linux or Windows or other Operating System? I don't have so much knowledge but can overcome w...
Wednesday, May 24, 2017
PHP Encrypt Data With OpenSSL Public Key And Decrypt With OpenSSL Private Key
›
Below is a PHP code snippet to encrypt data with a public key and then again decrypt the encrypted data with a private key. If you have ...
Simple PHP encrypt and decrypt Using AES-256-CBC Algorithm | OpenSSL Encrypt | OpenSSL Decrypt
›
If you don't want to save strings in clear text, there are new php functions (php >= 5.3.0) that can be of help; openssl_encrypt() ...
Get last word from URL after a slash in PHP (www.xxx.com/about.php/THIS_WORD)
›
This summary is not available. Please
click here
to view the post.
Thursday, May 18, 2017
Growl Notification Example Web Application
›
Its now very easy to show our error or other types of messages in our web application easily. Growl is a nice plugin to display our target ...
Saturday, December 17, 2016
Adding Desktop Notifications to Your Web Applications
›
Download example from here <button onclick="notifyMe()">Notify me!</button> <script type="text/javasc...
Tuesday, May 15, 2012
Execute Curl to GET POST PUT PATCH DELETE Method Using Php
›
$headers[] = "Authorization: Basic xxx"; $headers[] = "Accept: text/xml"; $post = array( "name" =>...
›
Home
View web version