I have a file which is combination of PHP and HTML.
How can i get the plain HTML code output from this file into a text file? or either put it into the text box.
The code of my form, which i use to generate an HTML form can be found here
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update:
It seems OP is asking about HOW to get the rendered PHP+HTML codes into a text file?
Previous Answer But may be helpful to others too
There are many ways HTML can be combined with PHP
Output HTML directly from PHP
Include PHP inside you HTML
Or even separate them in old fashioned complicated way