Explain the differences between get and post methods?
No Answer is Posted For this Question
Be the First to Post Answer
Explain some most commonly use string functions in php?
Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
How can I make a script that can be bilanguage (supports English, German)?
<?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 to get the directory name out of a file path name?
Can php use gettext?
What is csrf mvc?
Who created numbers?
What is put method in php?
What is x+ mode in fopen() used for?
What is php beginner?
What is the use of header in php?