Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?


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

Post New Answer

More PHP Interview Questions

Which is better php or nodejs?

0 Answers  


What are the string function in php?

0 Answers  


What is difference between static and constant?

0 Answers  


Where sessions stored in PHP?

0 Answers  


Can you define an argument as a reference type?

0 Answers  






What are escaping characters?

0 Answers  


What does $_server mean?

0 Answers  


How to read and display a HTML source from the website url?

0 Answers  


What is the main difference between require() and include()?

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 much a fresher php programmer can earn in india

5 Answers  


What are variables in research examples?

0 Answers  


Categories