Explain the difference between static and dynamic websites?


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

Post New Answer

More PHP Interview Questions

What is the php function that removes the last element of the array and returns it?

0 Answers  


What are the difference between abstract class and interface in oops?

0 Answers  


How can we get the error when there is a problem to upload a file?

0 Answers  


How can we calculate the similarity between two strings?

0 Answers  


Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?

0 Answers  






write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

1 Answers   Yahoo,


how do we can copy of the content of a web page with the help og the URL and display them onto any other page

5 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  


What are the rules to determine the “truth” of any value which is not already of the boolean type?

0 Answers  


What will replacement of localhost username and password on submission a site

2 Answers  


Is empty in php?

0 Answers  


Explain what does $_server means?

0 Answers  


Categories