Why php is used?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove an empty directory?
What does the initials of php stand for?
How to concatenate two strings together in php?
Whether One-line comment begin with pound sing(#) in php?
Explain how to submit form without a submit button.
Can I use php in html?
<?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. -->
Why namespace is used in php?
How to enable parsing?
How to compare two strings with comparison operators in php?
When should you use a stored procedure?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable