Does php class need constructor?
No Answer is Posted For this Question
Be the First to Post Answer
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
What is trim codeigniter?
What are the advantages and disadvantages of Cascading Style Sheets?
Why do you need php?
What are examples of dependent variables?
What are the different tables(engine) present in mysql, which one is default?
<?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. -->
Write a program in php to check whether a number is prime or not?
What is the difference between fopen() and fclose()?
Tell me what are magic methods?
What is zend studio for?
How do you end a session in php?