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
Is laravel better than codeigniter?
What is call by reference in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What are the steps involved to run php?
Which is better php or nodejs?
What is php used for?
Explain Creating and Naming an Array?
Steps for the payment gateway processing?
What are the __construct() and __destruct() methods in a php class?
What changes I have to do in php.ini file for file uploading?
How can you send email in php?
Explain what is memcache?
How to get the http request in php?
Can a trait extend a class php?
Which function would you use to read a line of data from a file in php?