David Turton wrote: > > Hi Paul, > > I can’t actually answer your question as such, but I have used PXPost > with oscommerce, and that is curl based. > Hi David,
You can use PHP stream context create function to create parameters for performing HTTP requests. Some time ago I created a DPS PXPost interface using stream_context_create() rather than CURL (CURL was not installed on the server, but the server allowed fopen over HTTP). see http://au.php.net/manual/en/function.stream-context-create.php Works fine with PXPost Cheers, Stig --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
