get the last 7 characters of a PHP string

get the last 7 characters of a PHP string Use substr() with a negative number for the 2nd argument. $newstring = substr($dynamicstring,

Read more

asterisk auto dialing using call file

asterisk auto dialing using call file Asterisk call files are structured files which, when moved to the appropriate directory, are

Read more

Vicidial Lead upload sample csv file

Vicidial Lead upload sample csv file Below is a standard vicidial lead csv/excel template to upload the data. Download link

Read more

MySQL 5.7 features

MySQL 5.7 features MySQL 5.7 is the best release ever of the world’s most popular open source database and provides

Read more

Find Files and Directories Based on Modification Time in Linux

Find Files and Directories Based on Modification Time in Linux In Unix-like and some other operating systems, find is a

Read more