Get template from customers site...Insert your forms
Posted: Sun Feb 13, 2005 10:35 am
I have customers who want access to my secure forms. However, they want the page to appear like it is till on their site. The easy solution is to use frames however, I don't care for frames and that would require too much design effort on my customer. On top of that you loose the secure https in the address bar and the lock in the status bar of my secure forms page. Here is what I was thinking; I'm just looking for suggestions to move forward...
Have my customer design a template page. In the body of the page where the forms should begin insert comments such as <!-- forms start here --><!-- forms end here -->
When a form is called grabs that template and inserts my form HTML between the above comments. Presto...it should work.
Is fopen() the best function to grab the external HTML?
Is there a better way to do this?
Have my customer design a template page. In the body of the page where the forms should begin insert comments such as <!-- forms start here --><!-- forms end here -->
When a form is called grabs that template and inserts my form HTML between the above comments. Presto...it should work.
Is fopen() the best function to grab the external HTML?
Is there a better way to do this?