vai ami Bangladesh takha . apnar video gola khob sondoy vaba bojaiia dan. tai thank you
@faisaltalukder54252 жыл бұрын
Bohut assa video ✅
@Mimsin4u3 жыл бұрын
to fer string intewrpolation main const variable ki keise liktehein?
@annimishra93263 жыл бұрын
Thanku so much 🙏
@graphicguru59026 жыл бұрын
sir practical use bhi btao plz website mein inn sabka??plz reply....
@debarghyachakraborty4 жыл бұрын
Case-insensitive constants have been deprecated.
@CodeDynamo5 жыл бұрын
Dost costant variable nhi hota, constant is different than variable, you can not say constant variable.
@geekyshows5 жыл бұрын
you cant call a constant as variable or vice versa bt its a variable who's value is constant hence it can be called as 'constant variable' I hope it makes sense.
@mukundbihariverma16 жыл бұрын
VERY NICE
@Niamat-w9s5 жыл бұрын
thanks
@AjayVerma-tw9cd3 жыл бұрын
True use krrne prr .. warning show ho rha hai..... Or true use krrne prr...case sensitive hi hai... Why ?
@Neha21-p5t5 ай бұрын
No longer use of case insensitive
@shamshadazam15305 жыл бұрын
agar hum $pi likhe to variable change ho rha hai to kya faida constant k please help someome
@bikashmondal92163 жыл бұрын
@geeky shows why the warning is shown when I write true to make the constant insensitive? Warning: define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported in C:\xampp\htdocs\phpProject\myfile.php on line 3
@sunjungwoo3 жыл бұрын
@Bikash Mondal Maybe you've already found the answer but as of now, the 3rd parameter in define has been deprecated or removed. so, it'll always be case-sensitive from now on. P.S Correct me if I am wrong. I am still learning by the way.
@AjayVerma-tw9cd3 жыл бұрын
Same problem
@keshsvkumarthakur75473 жыл бұрын
sir code not working browser par yah Warning aata hai Warning: define(): Argument #3 ($case_insensitive) is ignored since declaration of case-insensitive constants is no longer supported in C:\xampp\htdocs\testcore\test.php on line 2 Fatal error: Uncaught Error: Undefined constant "db_user" in C:\xampp\htdocs\testcore\test.php:3 Stack trace: #0 {main} thrown in C:\xampp\htdocs\testcore\test.php on line 3 please reply sir ki mai kya galti kar raha hu
@Adityasaini72103 жыл бұрын
brother yeh error dekha rha hai
@zafaryabkhan31905 жыл бұрын
core php se apne 35 video delete ki h na.phele 183 ti ab 148 hi hai.can u say why u delete it
@mohitjha30512 жыл бұрын
true likhne par -: Deprecated: define(): Declaration of case-insensitive constants is deprecated in E:\wamp64\www\part1.php on line 4 Call Stack. ye kyu a raha hai ?
@geekyshows2 жыл бұрын
Defining case-insensitive constants is deprecated as of PHP 7.3.0