Is string php function?


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

Post New Answer

More PHP Interview Questions

How can we convert the time zones using PHP?

1 Answers  


i want simple programs in php and outputs and how to use in web developed side in php briefly explined in exmple

2 Answers  


What are the different opening and closing tags available in PHP?

0 Answers  


Write a php script to get the largest key in an array?

0 Answers  


How would you determine the size of a file in php?

0 Answers  


what is Abbreviavion of PHP?

6 Answers  


Does https prevent csrf?

0 Answers  


What is the functionality of the function strstr and stristr?

2 Answers  


How to get the DNS servers of a domain name?

1 Answers   Life Infotech,


<?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 send email using php script?

0 Answers  


What type of headers have to be added in the mail function to attach a file?

0 Answers  


Categories