What is T_PAAMAYIM_NEKUDOTAYIM?


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

Post New Answer

More PHP Interview Questions

<?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  


List types of array are available in php?

0 Answers  


what is different between PHP and Asp.net?

1 Answers  


What is the functionality of the function html entities?

3 Answers  


Tell me which programming language does php resemble to?

0 Answers  






if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

0 Answers   Yash Technologies,


can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply

2 Answers  


PHP serverside scripting language or client side scripting language>

8 Answers  


What are php loops?

0 Answers  


How can we encrypt the password using php?

0 Answers  


Can you give example for trait in php?

0 Answers  


Explain type casting and type juggling.

0 Answers  


Categories