
Search In
how to choose correct answers from multiple choices questions using php and mysql
i don't know if i'm doing in the right way because i'm still new in programming world
1- i'm using an array to store the questions
2- anoth
What is HTML5?
It is a Hyper Text Markup Language which is used for structuring and presenting content on Internet.
It is the current version for HTML.
Its previous version was HTML 4.01.
It is the 5'th version of the HTML standard.
It'
Hi Friends,
Debugging precompiled assemblies into some meaningful and understandable code is not an easy task without proper tools. Visual Studio ships with a tool named "IL Disassembler" and it does the task for taking a look at the struc
In this post, you will learn about ngMessages directive in angularJs and how it can help to show error messages in your application. ngMessages provides custom form validation facility to display error messages in angularJs.
Let’s start with a
In this blog, we will learn about form validation in AngularJS. From Angular 1.3 onwards, ngMessages module has been introduced and we will be using the same for form validation. Before the addition of this module, developers had to make use directiv
To export datatable in excel, First create an excel file at any location on my computer. In my example, I have created a blank excel file in D drive named as "DataTableToExcel.xls".
First, we will add some data in datatable, Either we can
In cakePhp if you have an extensive database which contains thousands and a huge number of record so you can apply the datatables there. By applying the datatable you have given pagination highlight in which it is dependent upon you that what number
As we all know Node.js is a single threaded application in which we will heavily use event and callback. But before starting event loop we should know about events and cost of I/O & non-blocking I/O.So starting with event driven programming.
Eve
i'm working in query to insert answer into answers table and i need to set to correct answer equal to 1 and the incorrect answer equal to 0 for that i'm using radio buttons to assigned value into the answer but every time when i run the query