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 moreget the last 7 characters of a PHP string Use substr() with a negative number for the 2nd argument. $newstring = substr($dynamicstring,
Read moremysql length function : calculate length of a column Function length() Return the length of the string Usages SELECT CustomerName,
Read moreasterisk auto dialing using call file Asterisk call files are structured files which, when moved to the appropriate directory, are
Read moreVicidial Lead upload sample csv file Below is a standard vicidial lead csv/excel template to upload the data. Download link
Read moreInstall mysql on centos linux Reference : https://blog.eduguru.in/linux-2/install-lamp-server-apache-mysql-php-on-rhel-centos-scientific-linux-6-56-4 Install MySQL MySQL is an enterprise class, open source, world’s second most used
Read moreMySQL conditional expression CASE MySQL CASE expression is a conditional expression that allows you to construct conditions inside a query such as SELECT or WHERE
Read moreif else break c program example What would be output of the program: main( ) { int x = 4,
Read moreMySQL 5.7 features MySQL 5.7 is the best release ever of the world’s most popular open source database and provides
Read moreFind Files and Directories Based on Size in Linux In Unix-like and some other operating systems, find is a command-line
Read moreFind Files and Directories Based on Modification Time in Linux In Unix-like and some other operating systems, find is a
Read more