What is php data type?


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

Post New Answer

More PHP Interview Questions

How can a cross-site scripting attack be prevented by 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  


What are the advantages of php mysql?

0 Answers  


Tell me what is the main difference between php 4 and php 5?

0 Answers  


What are the design patterns in php?

0 Answers  






What are the method available in form submitting?

0 Answers  


What is difference between sql and php?

0 Answers  


What is the difference between include and require?

0 Answers  


write the prime number of program?in php

2 Answers   TCS,


in PHP for pdf which library used?

0 Answers  


which is the best institute for php training near delhi & NCR......& what is the fee for the same....

2 Answers  


How can we increase the execution time of a PHP script?

12 Answers   CyberBeoz, Photon, XTX,


Categories