What type of comments are supported by PHP.
No Answer is Posted For this Question
Be the First to Post Answer
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is the use of dual table in mysql?
Is null check in php?
<?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. -->
What is api laravel?
List out some tools through which we can draw E-R diagrams for mysql.
What is the use of return in php?
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 the use of "echo" in php?
Tell me what is the definition of a session?
What is whitespace in php?
What are the limitations or drawbacks of PHP ?