In this tutorial, we going to see how to create a calculator with AngularJS. AngularJS is a JavaScript framework it helps to create powerful web applications and reduce your website or application load capacity. AngularJS provides Data-binding, MVC architecture and much more options.
Continue ReadingHi, friends in this post I show you how to make Ajax & jQuery cascading DropDownList using JSON. The subordinate select box will be a needed functionality if there is a dependency between options of the select box lists.
Continue ReadingSimilar most programming languages, PHP also allows you to write code that does different actions based on the decisions of a logical or comparable test conditions at run time. That means you can create test conditions in the form of expressions that decides to either true or false and based on those results you can do specific actions. You can improve the decision making process by giving an alternative option through adding an else statement to the if statement. The if…else statement enables you to execute one section of code if the detailed condition evaluates to true and another section of code if it is decided to false.
Continue Reading
Hi, Friends in this tutorial I show you how to insert data into MySQL database table using PHP PDO (PHP Data Object). Using Radio button…
Continue Reading