
Search In
How to search words in php using explode and implode function?:
I am posting this blog as many php coders got stuck while searching multiple terms using implode and explode. I have the form in which users are going to search multiple terms.
Here is
Canvas is a game object where all the UI elements are children of it. It has a canvas component attached to it. All UI elements can only be visible inside a canvas. If you directly create an Image then Canvas will be created automatically with
Hi,
I have a question related to system attack I recently faced. My system was attacked by a virus, which also resulted in issues with the portable hard drive. Since I didn’t have any antivirus installed, my portable Hard Drive Data is infecte
It’s not wrong to say that HashMap is an implementation of Map interface as it allows value storing in key value pairs. Although unique elements are present in Hashmap, null values and only one null key are allowed.
Hashmap basically works on
As fish has no life without water so the same way students cannot live without using social media platforms. No offense, but students use social media to just socialize with friends. They should also consider using it for an educational purpose. You
I have the following CTE's, and I'm trying to combine XML1 and XML2 CTE's in Sql Server by their common refid key.
;With TBL1_Fruits As
(Select '1' as refid,
'Apples' as fruits,
'Red' as color,
These functions operate on single rows only and return one result per row. There are different types of
single-row functions.
• Character
• Number
• Date
• Conversion
Single-row functions are used to manipulate data items. They accept one or mor
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
These statement consist of queries that retrieve data from tables in database and statements that change the data in the database
Statement under this category are:
SELECT
INSERT
UPDATE
DELETE
LOCK TABLE etc.
Insert command
It is used to add
My listbox2 items are the items needed to be added as columns. i am using a button to add items from listbox1 to listbox 2. so lets say if listbox1 item x,y coordinate is added to listbox2 item then i need to add column x,y coordinate to the gridview
