how to include external php file in to html page?
Answer Posted / cd
not possible if the file is something.html or something.htm
only possible if the entire html code is written in .php
extension file
| Is This Answer Correct ? | 14 Yes | 23 No |
Post New Answer View All Answers
Tell me what is the use of mysql_real_escape_string() function?
How to remove all duplicate values in array in php?
Xplain is it possible to use com component in php?
Explain about the $_GET variable of PHP?
How is it possible to know the number of rows returned in result set?
What is abstraction php?
How to get complete current page url in php?
Why php language is used?
How to count all the lines of code in a directory and sub folder?
What is the difference between require_once and require in php?
What is the current stable version of php?
How would you declare a function that receives one parameter name hello?
How is a constant defined in a PHP script?
How to store the uploaded file to the final location?
How does csrf attack work?