31. substr() function

31. substr() function

A part of a string called sub string. For get a sub string from a string we user substr function.....

  • By Parvesh Saroha
  • Posted Jan 23, 2016

32. str_replace in PHP

32. str_replace in PHP

str_replace() function is use to replace a string part with another string in PHP....

  • By Parvesh Saroha
  • Posted

33. date time in php

33. date time in php

this video cover the information about date, time function. Here we also discuss about timezone.....

  • By Parvesh Saroha
  • Posted

34. include and require in PHP

34. include and require in PHP

In PHP call a sub file into main file using two parameters (include and require). For unique include there is two other parameters thats are include_once and require_once. I....

  • By Parvesh Saroha
  • Posted Apr 10, 2016