Top 40+ PHP Interview Questions And Answers For Freshers

This is set of questions which is generally asked PHP interview question and answer for freshers. Important PHP Interview Questions with answers. These questions are frequently asked in interview by IT Companies. Get the top PHP interview questions here. You can read important PHP Interview Questions and answer. Q. Who is father of PHP ? Rasmus Lerdorf Q. What is … Read more

Live Character Count Using JavaScript

Live Character Count Using JavaScript

In this tutorial, we are going to see how to count character live using JavaScript. In previous tutorial we have discussed about how to live preview using jquery. Getting string length using .length property. Length property return length of a string. The innerHTML property is used to set the HTML content of an element.  Live Demo  [sociallocker] Download[/sociallocker] JavaScript code <script> … Read more

JavaScript Validation Using Sample Form

Validating a form using client side JavaScript is a used to validate user input fields of form. It is implemented to prevent leaving blank input fields or enter invalid characters in input box . In html 5 , validating input fields become easy due some updation. In input box when we use “required ” attribute ,then a user can left it … Read more

How to Force Download a File With PHP

How to Force Download a File With PHP

In this tutorial, we are going to see how to force download a file using PHP. Generally, we don’t need to add any PHP script to download any type of file. Using an anchor tag with download attribute and file source allows downloading files easily. In PHP programming language, we can force to download a … Read more