I've been using Authorize.Net for about 6 months now & am happy with them. I
use their AIM interface, which allows ,e complete control over the look & feel
of the payment process. There is no problem doing everything in PHP, as long as
you have the CURL extensions & they are built with SSL suppor
The solution you choose for credit card verification depends on a number of
things:
- how much control you want over look & feel
- whether you are rolling your own shopping cart
I happen to use Authorize.Net, which allows you to control the entire process &
maintain the look & feel
Ok ... I take back what I said about & not working in a query string.
It works just fine.
But, none of this explains why I am sometimes receiving a request with &
in the query string, especially I am using '&' in the link.
The only way I think I can find out is by augmenting the error message I
November 26, 2002 11:17 AM
> To: Jonathan Rosenberg (Tabby's Place)
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Re: & in Query String
>
>
> Hello,
>
> "Jonathan Rosenberg (Tabby's Place)" <[EMAIL PROTECTED]> wrote:
>
> [snip]
> > I'
Not, this answer makes sense. I couldn't see how using '&' in the query
string would work.
I'm gonna take the advice & augment my error message to include browser name
& other info. I've been wondering if a web crawler might be causing this.
I'll let you know what turns up (of course, the probl
In an earlier message, Derick Rethans [mailto:[EMAIL PROTECTED]] said ...
> Yes it is. Actually, you should specify the URL with the
> & yourself, like this:
>
> otherwise it is not valid HTML.
I understand that using '&' is technically not correct HTML. But I don't
see how changing the '&'
Microsoft provides a program that will do just that. I believe that it gets
loaded into Word & you run it from there.
If this will suffice, take a look for it on Microsoft's site. If you can't
find it, let me know. I once downloaded it & can probably dig up a URL for
you.
--
JR
> On Thu, 21 N
I suspect your problem is that CURL is not built with SSL support. To test
this, replace the https:/.../ with a reference to a non-SSL URL
(http://.../). If you get a return that, you need to build CURL with SSL
support.
--
JR
> -Original Message-
> From: Steve Keller [mailto:[EMAIL PRO
You need to change the first statement to
$from = "From: [EMAIL PROTECTED]";
--
JR
> -Original Message-
> From: Frank Wang [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 15, 2002 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] mail and from line overriding
>
>
> Hi,
>
> I
In an earlier message, Ernest E Vogelsinger [mailto:ernest@;vogelsinger.at]
said ...
> Think of how an interpreter works. It parses the
> sourcecode in realtime, not as a compiler. People must
> _wait_, every time, until it is finished,
> not only once like a compiler. Thus designers of
> interpre
In an earlier message, Larry Rosenman [mailto:ler@;lerctr.org] said ...
> How about:
> That's the way the language designers did it, and
> there's LOTS of PRODUCTION code out there that uses it.
Because "that's the way it is"? Well, that's good enough for me. I'll
never question anything else
In an earlier message, Marco Tabini [mailto:marcot@;inicode.com] saidf ...
> If I can venture a comment, what you think
> "clutters" the code others may find a quick and
> easy way to identify a variable in it.
I guess this could be true. But I don't understand why someone would need
an "easy" w
In an earlier message, Jason Wong [mailto:php-general@;gremlins.com.hk] said
...
> Yup. So you can have:
> print "I'm a $variable";
> instead of the messy javascript way:
> alert("I'm a " . $variable);
But the language could still support variable evaluation within strings
without requirin
Do you have telnet access to the server? If so, you could download the
standalone CURL program & invoke it via the
exec() function call.
--
JR
> -Original Message-
> From: Ben C. [mailto:benc@;cox.net]
> Sent: Tuesday, November 05, 2002 13:19 PM
> To: Jaime Bozza; 'Adam Voigt'
> Cc: [EMA
I thought that using fopen to create an SSL connection was not yet supported
in PHP.
I would suggest the CURL functions for this.
--
JR
> -Original Message-
> From: Adam Voigt [mailto:adam@;cryptocomm.com]
> Sent: Tuesday, November 05, 2002 12:33 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL P
15 matches
Mail list logo