Hi all, Today I would like to explain fetching the data from mysql database using PHP, like we do it in jQuery AJAX. For this first we have to create a PHP file. We can use the following code to fetch a data from database. We already have a database …
Read More »Monthly Archives: July 2015
Insert the data to MYSQL database on PHP page using AngularJS
Hi all, Today I would like to explain about inserting data to database using PHP, like we do it in jQuery AJAX. For this first we have to create a PHP file. We can use the following code to insert a data to database. We already have a database named …
Read More »Mysql Remove Duplicate Data or Rows With DISTINCT
How do I remove duplicate data or rows from a MySQL query? If output from a MySQL query contains duplicate data or row and if you would like to remove the same use DISTINCT. DISTINCT combined with ORDER BY needs a temporary table in many cases. Consider following query: mysql> …
Read More »Remove row data angularjs button
Hi Friends.., I have a table with some sample data. I have a button that I want to use with in the table row that will remove table row when clicked.It will remove the row, the button was clicked in. This demo shows how to remove/delete a table row dynamically. …
Read More »KnockoutJs Basic Idea with Simple Example
Hi Friends, KnockoutJS is another javascript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model.Any time you have sections of User Interface(UI) that update dynamically (e.g:changing depending on the user’s actions), KO can help you implement it more simply and …
Read More »Best CSS TextBox Styles
Hi, A few examples at what can be achieved with CSS and form text box’s. CSS helps different style and effect on text-boxes. Below I have given some text-box styles. You’ll find a style of all coded with just pure CSS3 code. Try this style in your code.. Style – …
Read More »Difference between Angular Expression and Javascript Expression
AngularJS is a javascript framework. It used for creating single web page applications.JavaScript is a lightweight, interpreted programming language.It is the programming language of HTML and the Web. Difference Between Angular Expression and Javascript Expression Context:In AngularJS, the expressions are evaluated against a scope object.In Javascript expressions, are evaluated against …
Read More »Marquee in HTML
We are discuss different Marquee style scroll in different manner. Such as top to bottomm, bottom to top, left to right, right to left and scroll speed control. Marquee tag is used for the purpose of make the small kind of head line or make important thing in the particular …
Read More »WordPress Form Plugin with ShortCode
Hi all, I am going to explain you how easily you can create your own shortcode using one simple examples. Shortcode function to create shortcode in WordPress plugin. For using shortcode function, you have to define a handler function that parse the shortcode and return some output. Then, you need …
Read More »