Unfortunatly I am not a php programmer so I am not sure.

In ASP (Which I use for web development) you can use the XMLHTTP activeX control to do the same thing as WebLive does. This then returns the results of the call as a string that can be used in the program.

Here is some php code I found (this will, I presume, only work on a windows server):
http://www.webpronews.com/webdevelop...POnTheFly.html

Aaahh!!! I found what you need!
http://hacks.oreilly.com/pub/h/175

Let me know if you get it working.[/code]