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
What is the current stable version of php?
What is Gd PHP?
What is the difference between die () and exit () in php?
In php, objects are they passed by value or by reference?
What is meant by variable variables in php?
Is strcmp case sensitive?
How to assigning a new character in a string using php?
Why is php so popular?
How can we define a variable accessible in functions of a php script?
What is the advantage of runtime polymorphism?
Code to upload a file in PHP?
What is url encoding and decoding in php?
Which escape sequences can be used in single quoted strings in php?
What is zend studio for?
What is the use of addslashes in php?