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?

Yes. Let your CGI/SSI include from the urls on your other site. On your other site you return incomplete html, ie. never return, and 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.

  • 15 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

I'm new to PHP, where should I start?

You can refer the following link to understand about PHP code,The official PHP web site as a lot...

I have starting to know a bit of PHP, now how do I...?

---------------------------Introductory PHP Tutorials :---------------------------(in no...

What's the best way to start writing a PHP program?

Firstly figure out, on paper, exactly what you want to do. Otherwise, you'll just be coding...

How can I call a command line executable from within PHP?

Check out the "Program Execution functions" here :...

How can I take a list and make each row a value in an array?

If you have a text file that looks like this : john|orange|cow sam|green|goat...