Entry
Is it possible to have MySQL and Php run with one provider and the "database driven website" with the other ? Say with the help of only SSI / CGI?
Feb 18th, 2008 19:24
dman, Paul Kenneth Egell-Johnsen, Niketan Pandit, http://www.ttnr.org
Yes. Let your CGI/SSI include from the urls on your other site. On your
other site you return incomplete html, ie. never return <html>,
<head> and <body>.
Then you just provide the functions you need as different url on your
other site.
More advanced solutions would be using http://www.xml-rpc.com or
http://www.soaprpc.com.