List some features of php that are deprecated in php



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

Post New Answer

More PHP Interview Questions

Why does sql injection happen?

1 Answers  


Is php coding easy?

1 Answers  


The left association operator % is used in PHP for?

1 Answers  


What is alias in php?

1 Answers  


what server connected

1 Answers   Wipro,


What are PHP Magic Methods/Functions. List them.

1 Answers  


Is array empty php?

1 Answers  


How to redirect https to http url and vice versa in .htaccess?

1 Answers  


How to read one character from a file?

1 Answers  


What is the difference between "echo" and "print" in php?

1 Answers  


How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php

1 Answers  


how to get substring of string without using substr() function in php ????

3 Answers  


Categories