DOM | Document Object Model
As the name suggests, in this article we talk about DOM stands for Document object model (DOM). In DOM we discuss it’s properties and programmatical methods that are used for… Read More »DOM | Document Object Model
As the name suggests, in this article we talk about DOM stands for Document object model (DOM). In DOM we discuss it’s properties and programmatical methods that are used for… Read More »DOM | Document Object Model
In Send Mail Attachments with PHP Mail(), PHP mail() function is widely used for sending emails without using any external mail library, for example, PHPMailer. Here we use only PHP… Read More »Send Mail Attachments with PHP Mail()
Integrate Google Translate on website is a great way to provide your content all over the world with great content. But as a developer, we have to get that knowledge… Read More »How to Integrate Google Translate on website
Here is the list where you can find some of the important Full Forms Related to Computer Programming. Complete list of Full Forms Related to Computer Programming Full forms which… Read More »Full Forms Related to Computer Programming
PHP Loops are used for executing the same block again and again until the certain condition is met. The main idea behind the loops is automating the repetitive task within… Read More »PHP Loops: Foreach, For and While
Check if JavaScript variable is NULL or Undefined, here we are learning about some very basic JavaScript functionality. At the time of Website development, we use NULL which is an… Read More »Check if JavaScript variable is NULL or Undefined
Here is another task where I thinking soo much that, some of my clients do not want to use MySQL database for storing contact form data so they want a… Read More »Save contact form data in CSV file using PHP
Today we check the difference between single dollar ($) and double dollar ($$). Here is a most confusing question that, what is the Difference between dollar and double dollar in… Read More »Difference between Dollar and Double Dollar in PHP
Complete PHP User Login and Registration System with Image upload, In this article we create both Login and Registration system where we also upload images for all the specific users… Read More »Complete PHP User Login and Registration System with Image Upload
Today we talk about How to Find URLs in Content, Make Links For Multiple URLs. As the heading suggests we create a PHP function where that function finds the URLs on the… Read More »Find URLs in Content, Make Links (For Multiple URLs)
File Download Using JavaScript Create Dynamically Generated Text File and Download Using JavaScript, I think, you think Generate and download a file using Javascript is not allowed without the user end… Read More »Create Dynamically Generated Text File and Download Using JavaScript
When we start working with PHP String functions, we have to learn some useful PHP String operation using PHP predefined functions. Today we talk about some most used PHP functions… Read More »PHP String Functions| PHP substr, PHP strlen, PHP str_replace, PHP Cast, escape_string
On this, we calculated the percentage of a number using a simple formula as given below. If you change the position of the number you may get different results. We… Read More »Percentage Difference Calculator using Jquery & PHP
Hello Everyone hopes you all are doing well and today we talk about How to Copy Text to Clipboard using JavaScript. For copy any text or code we generally… Read More »How to Copy Text to Clipboard using JavaScript
Advertisement