MartinPL Posted July 23, 2009 Share Posted July 23, 2009 Hi guys, I'm new here and I have got a question. I have created simple html form and php script which adds values into database and it works. However I wish put html form into php file? Any tutorial, example? sorry form my English Link to comment https://forums.phpfreaks.com/topic/167086-html-form-in-php-file/ Share on other sites More sharing options...
trq Posted July 23, 2009 Share Posted July 23, 2009 I'm not sure what the problem is. html can go within php files. Link to comment https://forums.phpfreaks.com/topic/167086-html-form-in-php-file/#findComment-880998 Share on other sites More sharing options...
MartinPL Posted July 23, 2009 Author Share Posted July 23, 2009 I did it, sorry for this stupid question. Just remove my topic. Link to comment https://forums.phpfreaks.com/topic/167086-html-form-in-php-file/#findComment-881001 Share on other sites More sharing options...
lilv7214 Posted July 23, 2009 Share Posted July 23, 2009 1.The first.create a html file,and in the php files,you can do it like:include('xxx.htm'); 2.You can do it use the "echo". Link to comment https://forums.phpfreaks.com/topic/167086-html-form-in-php-file/#findComment-881033 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.