
Search In
Hello all, I am creating my first shopping cart in cakephp but got stuck while updating the product quantity. I want to update the product quantity using a session variable. Problem here is that when ever I am adding the same product to the cart it i
In PHP we have three different functions which can be used to test the value of a variable. They are isset(), empty() and is_null(). All these functions return a boolean value. But in case if these functions are not used in correct way they can cause
There are several things which Google had particularly about the flutter 1.0. Here is a brief discussion about those particular points. In May 2017, generally an open source Mobile Application Development SDK Flutter had been launched by the particul
Radio Button
A radio button is a two-states button that can be either checked or unchecked. They are normally used together in a RadioGroup. When several radio buttons live inside a radio group, checking one radio button unchecks all the others.
Exa
Hello friends,
I am sharing that how we can save csv file data in mysql database. Csv Data consists of rows and columns with comma separated.
for example we have a csv file which contains user first name, last name, age and designation.
like this :
Hello
Today I am going to discuss about the use of WebSql in Phonegap.
In Phonegap, if you want to store data locally on device, Web SQL can be used. Most of the sql queries can be performed in Web sql using method openDatabase that takes 4 argumen
Hello Readers,
In this Blog I explain about the events and queue functions and how can we set interval between this events in jquery.
If you can use this then:
First, you can use queue() function (jquery function) to set time interval between even
To create XML file in Java,here we are using DOM parser. By using the below code you can easily create XML file.
Write the below Java class to create a XML file:
CreateXMLFile.java
package com.babita;
import java.io.File;
import javax.xml.parser
There are few steps which we have to follow to implement Push Notification.
Step 1: First we will write the api to get token and device type . Here is the controller code of push notification.
public function pushNotification() {
$validator
Hello Reader's ,
Hope you are doing good today.
Today in my blog, I am going to explain how you can show store on google map Locator using database record.
In this tutorial we are using database table for getting a lat long through google api us
