how to include external php file in to html page?
Answer Posted / sudheer
<form name="frm" method="POST" action="sample.php">
....
....
....
Here submit button
</form>
When click submit sample.php will execute
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
How to read and display a HTML source from the website url?
How to count a number of words in a string in php?
Is session a cookie?
Can php variables have numbers?
How to send a cookie to the browser?
Do you know what are traits?
What is helper library?
What are the correct and the most two common way to start and finish a PHP block of code?
How to delete a file from the system?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Can you give example for trait in php?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What does $_env means?
What is framework? How it works? What is advantage?
Is strcmp case sensitive?