Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Apache
  • OOPS PHP

Category: Functions

Mktime function in php ?

August 27, 2018February 2, 2020Tikam ShahLeave a Comment on Mktime function in php ?

The mktime function returns the timestamp in a Unix format.  Syntax. <?php      mktime(hour, minute, second, month, day, year, is_dst);  ?> HERE, mktime(…) :  is the make php timestamp…

Read More

What is the use of header function in php and its usage ?

August 8, 2018February 2, 2020Tikam ShahLeave a Comment on What is the use of header function in php and its usage ?

The header() functions are used to send the raw HTTP header to the client which means it sets the headers for the HTTP response. You an perform different sorts of…

Read More

What is Date function in PHP ?

June 12, 2018April 26, 2019Tikam ShahLeave a Comment on What is Date function in PHP ?

The PHP Date function is the PHP built-in function which works with the date data types .The Date function is use to optimize the dates in proper and human readable…

Read More

What Access Modifiers in php ?

April 19, 2018April 26, 2019Tikam ShahLeave a Comment on What Access Modifiers in php ?

The php access modifiers have the power to set the access to the classes and their members that is  the functions or variables  which is defined with in the class…

Read More

Regular Expression functions in PHP ?

April 11, 2018April 26, 2019Tikam ShahLeave a Comment on Regular Expression functions in PHP ?

As we have discussed about the Regular Expression in previous topic , Before the string can be matched to regular expression ,The regular expression has to be created , Thus,…

Read More

What is function in PHP ?

March 25, 2018April 26, 2019Tikam ShahLeave a Comment on What is function in PHP ?

The function is the block of statements which can be used repeatedly in the program and it will not execute when page is loaded , you need to call a…

Read More

What is Recursive function in PHP ?

March 15, 2018Tikam ShahLeave a Comment on What is Recursive function in PHP ?

In Short Recursive function is a function which call itself or themselves during the execution of the program . Note **Every Recursive function must need to have the termination condition .The…

Read More

How to send a mail in php ?

March 9, 2018Tikam ShahLeave a Comment on How to send a mail in php ?

PHP have a feature which allows you to send the mail from the server using mail() function. In order to sent mail using php  it requires three mandatory  parameters  The Reciever …

Read More




Recent Updates

  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
  • Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server
  • How To Install the Apache Web Server on Ubuntu 18.04
  • How to Create Virtual Hosts in Linux Apache ?
  • How to Calculate Date and Time Difference using date_diff in PHP ?
  • Mktime function in php ?
Copyright @: Tikam Shah by Tikam Shah.