What are the ways to include file in php?


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

Post New Answer

More PHP Interview Questions

Do you know is it possible to extend the execution time of a php script?

0 Answers  


Tell me how do you define a constant?

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  


How to remove duplicate values from php array?

0 Answers  


What Is a Persistent Cookie?

0 Answers  






Can php run without apache?

0 Answers  


What is Different between Joomla And Magento?

0 Answers  


Why super () is used in java?

0 Answers  


What is use of preg_replace in php?

0 Answers  


Which function parses an English textual date or time into Unix timestamp in PHP.

0 Answers  


Tell me how is it possible to propagate a session id?

0 Answers  


Define soundex()?

0 Answers  


Categories