Explain the difference between static and dynamic websites?



Explain the difference between static and dynamic websites?..

Answer / Khevendra Singh

Static websites are pre-built and do not change unless manually updated. They consist of fixed HTML, CSS, and JavaScript files. Dynamic websites, on the other hand, generate content dynamically each time a user requests it, often using server-side languages like PHP.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How do you check if an arraylist is empty?

1 Answers  


What is the difference between == and === in php?

1 Answers  


How can we check the value of a given variable is alphanumeric?

1 Answers  


Do you know what does $globals means?

1 Answers  


What is array filter in php?

1 Answers  


What are the functions of string?

1 Answers  


What is difference between print and echo in php?

1 Answers  


List some sorting functions in php?

1 Answers  


What is cURL in PHP?

1 Answers  


Which function would you use to replace a record in a database in php?

1 Answers  


what is CURL?

1 Answers  


What is constructors and destructors?

1 Answers  


Categories