[FX.php List] Posting to FM Server A

DC dan.cynosure at dbmscan.com
Mon Feb 26 17:35:30 MST 2007


use exec('curl -d var=value');

to POST using the command line curl tool. there's detail on using ssl on 
the man page.

or check out Snoopy php libs which depend on curl libs to get SSL.

http://sourceforge.net/projects/snoopy/

dan

David Tinoco had written:
> Hi Everyone,
>  
> I have a website that runs on php/Mysql.
>  
> It is a shopping cart website.
>  
> At the office, we use FM to process, produce and track our orders.
>  
> I was curious if it would be possible to post a completed order using 
> SSL to the FM server using PHP & FX.PHP from the PHP/MYSQL site.
>  
> I was thinking about posting a string delimited variable with the order 
> contents that I could then explode and insert using FX.PHP.
>  
> The only part I am stuck on is how to actually POST it from one 
> webserver to the other.
>  
> Of course, this would be a backend process and not something the 
> customer would ever see.
>  
> Anyone know how I would go about doing this? ANy resources would be 
> greatly appreciated.
>  
> Thanks!
> Dave
> 
> ------------------------------------------------------------------------
> Connect to the next generation of MSN Messenger  Get it now! 
> <http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list


More information about the FX.php_List mailing list