
Search In
hi all i am use tomcat 8 and my war file initially i want write a file a .properties file, here the code:
Boolean wflag = false;
String wnomfile="my.properties"
Properties prop = new Properties();
OutputStream output = null;
System.out.println(
There might be a case where user wants to add data to jqxtree on click of each individual node. Below is the code which help us to achieve the above
functionality where user can get data from JSON file or database on click of each individual tree nod
Views in OpenErp:- Two type of views in openerp
1- From Views
2- Tree Views
1- From Views:- In OpenErp Form Views follow many point like as
By default, each field is preceded by a label, with its name.
Fields are placed in screen right to left and
SQL JOIN is used to combine data from two or more different table based on a common field between them in a relational database.
There are 5 types of JOIN:
INNER JOIN
LEFT JOIN
RIGHT JOIN
FULL JOIN
CROSS JOIN
INNER JOIN: This SQL query re
In MySQL, COUNT() function used to return the number of rows that matches with a specified criteria.
Syntax:
COUNT(column_name)
When we use COUNT(column_name) function in select query it returns the number of rows for the specified column:
SELECT
Hello Readers, In this blog tutorial we will explain how to upload Image in CakePHP using component.
Create a file called UploadComponent.php (path:app/controller/component) & paste the following code.
<?php
class UploadCompone
Mage::getSingleton() :
The getSingleton() method first checks for existence of the instance of the same class in the memory. If it finds the instance then it will return the same object from the memory. and if not than it will create a new i
Hello friends,
Today we will learn how to fetch data from MySQL and display it using angular JS. First we will make a PHP file for retrieving data.
dbresult.php
<?php
// set up the connection variables
$dbname = 'dbname
Joomla is a versatile and modular content management system, built using the PHP web framework. It is the second-most online-based content management system after WordPress, and has an installation base at over 10 million websites. While Joomla was i
To create a new Facebook application, register on https://developers.facebook.com and make a new application that will generate a Facebook application id and secret key which you will use in your development.
After creating the application open the