Explain which cryptographic extension provide generation and verification of digital signatures?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation in php with example?
What is the meaning of symbol '$' in jquery?
what is code for email sending through localhost pc..?
what is PHP accelerator ?
What are the 3 scope levels available in php and how would you define them?
What is the difference between html and php?
How to check your php installation?
What are Sub routines?
<?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 the use of extract function in php?
find highest salary
Write down the code for save an uploaded file in php.