What is html used for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is the difference between characters 34 and x34?

0 Answers  


What is session cookies php?

0 Answers  


<?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. -->

1 Answers  


Write an example to remove html tags from a string in php?

0 Answers  


What is a substring in php?

0 Answers  






What is prepare in php?

0 Answers  


can anyone tel me about the Expression engine Note:Its a CMS in Php

2 Answers  


How do you clear environment variables?

0 Answers  


What is isset in php?

0 Answers  


Is nan in javascript?

0 Answers  


How do you destroy a session?

0 Answers  


How easy is php?

0 Answers  


Categories