List some features of php that are deprecated in php
Answer / Suresh.d
Some deprecated features in PHP include register_globals, magic quotes, automatic session start, and the ereg() regular expression functions. It's recommended to use more modern and secure alternatives such as $_GET, addslashes(), session_start(), and preg_match().
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does sql injection happen?
Is php coding easy?
The left association operator % is used in PHP for?
What is alias in php?
what server connected
What are PHP Magic Methods/Functions. List them.
Is array empty php?
How to redirect https to http url and vice versa in .htaccess?
How to read one character from a file?
What is the difference between "echo" and "print" in php?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
how to get substring of string without using substr() function in php ????