[PHP-WIN] Re: [PHP] Re: Storing CCN's Again...

2005-02-09 Thread tg-php
Yeah, Richard's got it exactly right. Companies like Amazon NEED to have a million precautions in place because it's not just the possible money lost to their customers, but the excessive amounts of BUSINESS lost (and trust in Amazon as a reliable and secure financial institution). One inciden

[PHP-WIN] PHP in IIS 6

2005-02-09 Thread Jason Beaver
I'm running PHP 4.3.1 on a windows 2k3 server. I have a script that used to work on my 2k server using CGI. When I use the ISAPI method under my 2k3 server the scrip appears to work fine but when it gets to a system() command it doesn't do it for some reason. Under the CGI method it gives me the

[PHP-WIN] RE: PHP in IIS 6

2005-02-09 Thread Gilbert, Mark
First log into IIS and click on the folder "Web Service Extensions". You will see a list of "Web Service Extensions" on the right hand side. If you are not familiar with them then right click one of them and click on "properties". You will need to add that file to one of the "Web Service Extensions

[PHP-WIN] $_SERVER['PHP_SELF']

2005-02-09 Thread Patrick Roane
I'm trying to execute my php code from w/in the same page as my form. I've done this before, but recently i've been getting some parse errors. Is there a certain way of writing the following so it works with my form? For example, do I use: action=" or, action="{' . $_SERVER['PHP_SELF'] . '}">

Re: [PHP-WIN] $_SERVER['PHP_SELF']

2005-02-09 Thread Zareef Ahmed
On Wed, 9 Feb 2005 17:21:03 -0800 (PST), Patrick Roane <[EMAIL PROTECTED]> wrote: > I'm trying to execute my php code from w/in the same > page as my form. I've done this before, but recently > i've been getting some parse errors. > > Is there a certain way of writing the following so it > works w

[PHP-WIN] PHP Development Environments

2005-02-09 Thread Darren Linsley
I will apologise for this questions now, but everyone has to start somewhere. I am just starting out with PHP and wanted to know what development environments/editors that you guys are using for your PHP development. (On Windows) I know that you can use good ol Visual Notepad, but i was wonde