it i declare the define() in php file could i use it through all the files which is under the same folder fir example i have folder name karthick under that i have 3 php file ,in first file i used the define("hai", "Hello world.");
could i use the hai definition in rest of two files
could i use the hai definition in rest of two files
Comment