Constant define('ROOTURI', get_template_directory_uri() ); Automatically global. basename() File or last folder name of a path echo base…
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
PHP
PHP Composer
PHP Composer | Namespaces | Add PHP Libary
April 4, 2018
Composer - Manage library and dependency of files and program.
Download and install - https://getcomposer.org .
Directory - Go to the spec…
PHP
Array | php
January 9, 2018
Declare Simple Array (indexed arrays): $something = array(10, 20, 30); Display Second Element: echo $something[1]; Output: 20. Declare Array a…
PHP
POST Method | PHP
December 24, 2017
Post method Recommended to Use Send all variable hidden even reload pages it never printed anywhere. Get method print variables inside the u…
PHP
Marge Array Vs Variable | PHP | Add value into existing variable.
October 31, 2017
Marge Variable $output . = 'Excellent Programming Tricks' ; Marge Array $output[] = $abc; Returns an array if array containing the keys …

