Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How to create a web form?

0 Answers  


Why delimiter is used in mysql?

0 Answers  


What is php and sql used for?

0 Answers  


How can we register the variables into a session?

1 Answers  


What is the use of header() function in PHP? What the Limitation of HEADER()?

0 Answers  


<?php include ("db.php"); $result = mysql_query("SELECT ques_id FROM questionbank order by ques_id limit 5 "); while($obj=mysql_fetch_array($result)) { $ad1[$obj['ques_id']]++;//Used an array and inserted the database query results into it. } $rand_keys=array_rand($ad1,1); //Did a random array function echo "First random id = ".$ad1[$rand_keys[0]]; echo "<br>Second random id = ".$ad1[$rand_keys[1]]; ?> <!--Its not working. Have any solution for this. -->

1 Answers  


Why do we use csrf token?

0 Answers  


what is the difference between ph4 and php5

2 Answers  


What is .htaccessfile and use of this file

5 Answers  


what is variable scope, which variables are accessible from where and what are "undefined variable" errors?

0 Answers  


How does cookies work in php?

0 Answers  


What are the differences between PHP 3 and PHP 4 and PHP 5?

2 Answers  


Categories