[PHP] PHP and SAP

2008-07-05 Thread robert mena
Hi, I'd like to know if there are any tutorials about SAP and PHP. I'm moving to a new company and there is the need to provide some sort of access to internet/intranet to resources available in SAP. Since I work with PHP I am wondering what kind of support, tips, info I can get in order to deci

RE: [PHP] PHP and SAP Business One DI Server

2007-11-20 Thread Robert Cummings
On Tue, 2007-11-20 at 04:55 -0300, Andrés Robinet wrote: > I can only speak for my experience in PHP+SOAP in a recent project, but not > on SAP. You'll surely get more information here as the experts will start > speaking... If this is of any help to you, then PERFECT! If not, well, hope > not to b

RE: [PHP] PHP and SAP Business One DI Server

2007-11-19 Thread Andrés Robinet
, whatever you need */ If ($result['WhoKnows'] == 'Checking is your job'): echo "Good Job!"; else: echo "RTFM AGAIN!!!"; endif; > -----Original Message- > From: Robert Cummings [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 2

[PHP] PHP and SAP Business One DI Server

2007-11-19 Thread Robert Cummings
Anyone have any experience with this? Searching the web doesn't popup much useful information with respect to using PHP. It seems that it should be simple enough using PHP and SOAP, but the lack of information on the web is unsettling :) So on that note, any information will be appreciated. Cheers

Re: [PHP] PHP and SAP

2003-09-18 Thread hartmann
Hi Nico, [EMAIL PROTECTED] wrote .. > I had a request if it is possible to access SAP data from PHP. Yep, you can request data and function calls in both directions via sap-rfc. > If it is, where can I get more info? http://saprfc.sourceforge.net/ We use this extension at a customers site fo

[PHP] PHP and SAP

2003-09-18 Thread php4
Hi, I had a request if it is possible to access SAP data from PHP. If it is, where can I get more info? Thanks Nico -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php