How do I stop a php script?
No Answer is Posted For this Question
Be the First to Post Answer
Is laravel frontend or backend?
How to get the length of string?
What are the advantages of indexes in php?
What is the difference between implode() and explode() in php?
What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.
What are the functions for imap?
how to overcome server time behind twleve hours compare to local system time
What is mysql_real_escape_string used for?
<?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. -->
How does php session work?
What is a php web application?
Write syntax to open a file in php?