What is variable give example?



What is variable give example?..

Answer / Shailendra Kumar Paswan

A variable is a named storage location in PHP that can hold different data. For example, $age = 25; here, age is the variable and it holds an integer value of 25.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to break a file path name into parts?

1 Answers  


What Is a Persistent Cookie?

1 Answers  


How can I use the COM components in php?

1 Answers   Covansys, Rushmore Consultancy,


What is multidimensional array in php?

1 Answers  


Which function would you use to merge two arrays in php?

1 Answers  


Tell me what is the use of mysql_real_escape_string() function?

1 Answers  


How to select a database in php?

1 Answers  


How to get the IP address of the client/user in PHP?

1 Answers  


What are new features in php 7?

1 Answers  


How to reset/destroy a cookie in php?

1 Answers  


How can we execute a php script using command line?

1 Answers  


Why laravel is best php framework?

1 Answers  


Categories