So I have a standard piece of code (an ISP troubleshooter) which is reasonably complex, requires input across multiple pages, and has intricate HTML output. What I am wanting to do is to be able to simply place different HTML around this (eg if I lease these tools to Telco companys / ISPs, it has to featured as if it is on their website).
Leasing PHP software to telcos.
4
So I have a standard piece of code (an ISP troubleshooter) which is reasonably complex, requires input across multiple pages, and has intricate HTML output.
What I am wanting to do is to be able to simply place different HTML around this (eg if I lease these tools to Telco companys / ISPs, it has to featured as if it is on their website).
1) The simplest approach is to just Iframe it, but that really is a messy and has issues with layouts, and security etc.
2) I create a wordpress theme for each new client, and them make this like a wordpress theme skin. A lot more effort but
3) I do some sort of include but I was having issues with passing vars etc (I have the script with no menu bar etc working).
4) I make it into a fully Object oriented plugin but I have issues in that I want to retain offsite hosting (eg keep the code on my server).
5) One suggestion was that the company maintain a dummy page with a large dummy image which I scrape in (using curl), and then display.
Kind of simple problem, but I am kind of stuck with multiple options and not sure which to follow.
Thanks heaps for your advice!
Cheers,
J
What I am wanting to do is to be able to simply place different HTML around this (eg if I lease these tools to Telco companys / ISPs, it has to featured as if it is on their website).
1) The simplest approach is to just Iframe it, but that really is a messy and has issues with layouts, and security etc.
2) I create a wordpress theme for each new client, and them make this like a wordpress theme skin. A lot more effort but
3) I do some sort of include but I was having issues with passing vars etc (I have the script with no menu bar etc working).
4) I make it into a fully Object oriented plugin but I have issues in that I want to retain offsite hosting (eg keep the code on my server).
5) One suggestion was that the company maintain a dummy page with a large dummy image which I scrape in (using curl), and then display.
Kind of simple problem, but I am kind of stuck with multiple options and not sure which to follow.
Thanks heaps for your advice!
Cheers,
J
- David Beroff
- [ 1 ] Thanks
- Rob Whisonant
- JayBest
Next Topics on Trending Feed
-
4