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: Php Strings

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 are Data Types in PHP ?

April 22, 2018April 26, 2019Tikam ShahLeave a Comment on What are Data Types in PHP ?

The php variable can be of the different types and different types of variables are stored in different type of  data types . The data types stores the different types…

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 the difference Heredoc and Nowdoc in php ?

March 26, 2018April 26, 2019Tikam ShahLeave a Comment on What is the difference Heredoc and Nowdoc in php ?

Heredoc  : Heredoc string function act just like quoted strings but it starts with <<< followed by an identifier and begins with the new line ,then the set of strings…

Read More

What is difference between single quoted and double quoted string in php ?

March 11, 2018Tikam ShahLeave a Comment on What is difference between single quoted and double quoted string in php ?

Single Quote : The simplest way to specify the string is the single quoted string . The single quote treats the string as the plain text . It is bit…

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

What is the difference between include and require ?

February 11, 2018Tikam ShahLeave a Comment on What is the difference between include and require ?

The both functions “include” and “require” is used include the file to the PHP Page. The base difference between the “include()” and “require()”  is that the “require()” give the fatal…

Read More

What is difference between echo and print ?

February 8, 2018Tikam ShahLeave a Comment on What is difference between echo and print ?

The echo and print both are used for produce out put but the main difference between them is that echo has no returning value where as print has returning value…

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.