Which Scripting Engine PHP uses?


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

Post New Answer

More PHP Interview Questions

How do you execute a php script from the command line?

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  


Can the value of a constant change during the script's execution?

0 Answers  


What is needed to be able to use image function?

0 Answers  


What is difference between ksort() and usort() functions.

0 Answers  






Is it possible to protect special characters in a query string?

0 Answers  


What are new features in php 7?

0 Answers  


How do I make a reset button in html?

0 Answers  


Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani

0 Answers  


What is php static function?

0 Answers  


Can anyone explain about join?

3 Answers  


What is difference between required and include in php?

0 Answers  


Categories