The syntax is not a “shorthand if” operator (the ? is called the conditional
Continue readingHow do I use the ternary operator ( ? : ) in PHP as a shorthand for “if / else”?
The syntax is not a “shorthand if” operator (the ? is called the conditional operator) because you cannot execute code in the
Continue readingHow to Send the expo Notification using PHP CURL ?
In this tutorial we are going to learn the how to send expo mobile notification using PHP Curl. there are
Continue readingHow to create the Database using SQL
In SQL we are can create the DB using the CREATE DATABASE DatabaseName command.
Continue readingHow to get the URL Parameter by name in javascript?
In this tutorial we are going to read how can get the URL parameter by name in JavaScript, we are
Continue readingRemove the special characters from the string using javascript?
This article about get rid the special characters from the string using JavaScript. you can use this function as a
Continue readingCheck the string is Number in javascript?
Sometimes we need to check the string type. Here we will learn how to check the string is Number. to
Continue reading