HomeSite or ColdFusion Studio work great as well... plenty of colour coding
etc...
- Original Message -
From: "Matt Anderson" <[EMAIL PROTECTED]>
To: "James Brash" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, January 14, 2001 12:28 AM
Subject: Re: [PHP-WIN] PHP Editor
> I pers
Have you put the line at the end of the
form? It seems that any tags after this line are ignored (not sent
by browser?).
- Original Message -
From: "Jan Walter" <[EMAIL PROTECTED]>
To: "PHP Mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 1:59 PM
Subject: [PHP-WIN] Pas
what does your FORM tag look like? (something like this?)
- Original Message -
From: "Jan Walter" <[EMAIL PROTECTED]>
To: "Michael Cartmel" <[EMAIL PROTECTED]>
Cc: "PHP Mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 20
I had a similar problem... seems to be picky about the session.save_path in
php.ini. Changed it from c:\temp to c:/temp and it fixed it. Not sure what
the issue is there...
Cheers, -mic
- Original Message -
From: "Warwick Chapman (Budgee)" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
Has anyone got exec/passthru/system to work under
Win2k?
smime.p7s
If you're trying to store text in the database, try using column type 'text'
instead of 'blob'. Blob is used for storing binaries so that's what it's
expecting...
-mic
- Original Message -
From: "Ed Meyer" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Friday, February 1
System and exec seem to work under windows (cgi), they just don't hand back
the output. Has anyone got these functions working 100%?
-mic
- Original Message -
From: "Angus Mann" <[EMAIL PROTECTED]>
To: "Johan Huhtalo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, Februar
Running 'cmd.exe' will hang the php script because it is waiting for cmd.exe
to do it's thing and finish (since it's a shell it will just sit there
waiting for input). Try a command like 'dir' or something that executes and
closes once it's finished...
-mic
- Original Message -
F