There are actually a couple at least listed here.. I don't know which are best but the one that my shopping cart uses is one of these one.. I believe it's this one: http://zend.com/codex.php?id=619&single=1
Yeah, after I looked at it, it is that one.. Adam Olsen is my programmer.. Duh.. I forgot he posted the class file he did on Zend.com.. Anyway, hope you can find something to work.. Later, Bob Weaver "David Johansen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would love to use a class. Where can I find one? I've posted on here > several times asking for examples or base code that work with Authorize.net > but no one ever responds. If you could point me to some that'd be great. > Thanks, > Dave > > <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Do you have something against using a class for interaction with the > > Authorize.net URL you are trying to open? It is possible to pass vars to > the > > page I'm sure but a class would work better in most cases and automate the > > process for the customer. > > > > Later, > > > > Bob > > "David Johansen" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > I was just wondering if there was any way to turn off the bars at the > top > > of > > > the browser window with PHP. If not does anyone know a way that I could > > make > > > it so that I could pass information from a form to window that I pop > open > > > with javascript. I would either need some way to make the window look > just > > > like a window that was popped up with this: > > > > > > <SCRIPT LANGUAGE=javascript> > > > window.open('https://secure.authorize.net/gateway/transact.dll', > > > 'joe', config='toolbar=0,menubar=0,directories=0,location=0') > > > </SCRIPT> > > > > > > or some way I could pass the info from a form to that opened page. > > > Thanks, > > > Dave > > > > > > > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

