Welcome !
नई पोस्ट की सूचना सबसे पहले पाने के लिए अपना नाम और ईमेल आईडी दर्ज करें!
How to find character length of string in PHP.
Numbers Data Types in Js, String Data Types in Js, Boolean Data Types in Js, Null Data Types in Js,
A variable is a symbol on whose value a function, polynomial, etc., depends. For example, the variables in the function are and. . A function having a single variable is said to be univariate, one having two variables is said to be bivariate, and one having two or more variables is said to be multivariate.
PHP में goto statement का उपयोग किसी प्रोग्राम के दूसरे सेक्शन पर जाने के लिए किया जाता है। इसे कभी-कभी बिना शर्त छलांग वाले बयान के रूप में जाना जाता है। goto statement का उपयोग किसी फ़ंक्शन के भीतर कहीं से भी कहीं भी जाने के लिए किया जा सकता है।
String Integer Float (floating point numbers - also called double) Boolean Array Object NULL Resource
How to make in html form. The information about the important tags used in creating the HTML form is given below.
In PHP we have the following conditional statements: if statement - executes some code if one condition is true. if...else statement - executes some code if a condition is true and another code if that condition is false. if...elseif...else statement - executes different codes for more than two conditions.