
Search In
Hello Reader's! If you are looking for an HTML 5 validation which tell user the size of an file the code will help you:-
In HTML fileL
<input type="file" id="file" />
In the JS file
//binds to onchange event of your input field
$('#file').
In the First Stage
1.One dedicated resource should be allotted for preparing the test data.
2.The dedicated resource should understand the system as a whole.
3.Identification of total no. of Database tables.
4.Listing of Master tables.
5.Learning a
Hello Reader's, If you have to get the only names of columns of table then see the code below:-
You can use following query for MYSQL:-
SHOW columns FROM your-table;
Below is the example code which shows How to implement above syntax in php to list
using wamp server ive created a table called tbl_users which has columns user fname, lname, email and password. ive populated all these fields already. ii am currently using note++ and need php code that will create a login form that will accept user
Hi Friends,
We have talked about few Rails topics earlier like validates associated and overriding naming convention of table names. Here I am again with one more topic Virtual Attributes in Rails. Before discussing that lets look into a situation wh
Active Record gives many predefined validation helpers which you can use directly in your class. These helpers provide us rules which can be commonly used as a validation rules. So if the validation fails, a error message is added to object error col
As we all know that today being 1-10-2015 odoo version9 has been released, and our company is strongly looking out to partition the fundamental features with odoo9.
Odoo version 9 have loads of incipient features including the utilizer interface is s
It is very easy in Joomla to assign login modules to selected web pages. You need to follow the following steps:
Login to backend of your website(Joomla administrator).
Go to Extensions --> Module Manager (You will get a page displaying all the
Creating a form which contains two text fields and a submit button.Main aim is to save data and get the sabed values when needed. variableset() and variableget() functions to store and retrieve data.
/*
* Create a form
*/
function mymenu_settings(
Hello Readers!
MySQL provides an easy mechanism for writing the results of a select statement into a text file on the server.
Given a query such as
SELECT order_id,product_name,qty FROM orders
which returns three columns of data, the results ca