Explain the difference between static and dynamic websites?
No Answer is Posted For this Question
Be the First to Post Answer
what is mean php ? is it designingtool or language? how ill create website using by php?
What is a php 5?
Tell me what sized websites have you worked on in the past?
How can you parse files that were not ending with .php by using Apache?
Tell me how can we connect to a mysql database from a php script?
How do I repair phpmyadmin?
Write a PHP code to print following number pattern: 123 456 789
What is the difference between session_unregister() and session_unset()?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is scope of variable in php?
how to select the multiple data in selection button
What does odbc do in context with php?