TipsMake
Newest

Program - Page 81

Learn basic programming with C, C++, Python, JavaScript, PHP, CSS, HTML5 programming languages. You can also find tutorials on databases, SQL Server here.

Array (Array) in PHP
25 May 2019

Array (Array) in PHP

An array is a data structure that stores one or more of the same value types in a single value.

String (String) in PHP
25 May 2019

String (String) in PHP

String is a sequence of characters, you will find available string handling functions in PHP at PHP String (String) handler

Insert file in PHP
25 May 2019

Insert file in PHP

You can insert the content of a PHP file into another PHP file before the Server executes it. There are two functions in PHP that can be used to do this.

File & I / O in PHP
25 May 2019

File & I / O in PHP

In this article we will learn about explaining file-related functions in PHP.

PHP functions
25 May 2019

PHP functions

PHP functions are similar to other programming languages. A function is a piece of code that takes one or more inputs in the parameter template, and performs some processing and

Cookie in PHP
25 May 2019

Cookie in PHP

Cookies are text files stored on the Client and they are kept for the purpose of tracking. PHP supports HTTP Cookies.

Session in PHP
25 May 2019

Session in PHP

Another way to make data accessible on different pages of an entire Web site is to use a PHP Session.

Send Email using PHP
25 May 2019

Send Email using PHP

PHP must be configured correctly in the php.ini file with details about how your system sends email. Open php.ini available in the / etc / directory and find the section that

Upload File in PHP
25 May 2019

Upload File in PHP

A PHP script can be used with an HTML form that allows users to upload files to the Server. First these files are uploaded to a temporary directory, then moved to a destination by

Standard writing code in PHP
25 May 2019

Standard writing code in PHP

Each company has different encryption standards based on their practical standards. Encryption standards are necessary because there may be many developers working on different

Variables are predefined in PHP
25 May 2019

Variables are predefined in PHP

PHP provides a large number of predefined variables for any script that runs. PHP provides an additional set of arrays containing variables from Web Server, environment variables

Regular Expression in PHP
25 May 2019

Regular Expression in PHP

Regular Expression is nothing but a sequence or pattern of characters. They provide the basis for pattern matching.

Bug and Debug in PHP
25 May 2019

Bug and Debug in PHP

The program rarely works correctly right from the first time. Many things can be wrong in the program causing the PHP interpreter to generate an error message. You can choose

PHP & AJAX
25 May 2019

PHP & AJAX

AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and

Object-oriented programming in PHP
25 May 2019

Object-oriented programming in PHP

We can imagine that the universe was made up of different objects like the sun, the moon, the earth, and so on. In the same way, you can imagine a car made of different objects