Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
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

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
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

Re: [PHP-WIN] Interbase/PHP Blob types

2001-02-18 Thread Michael Cartmel
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

[PHP-WIN] Exec not working still

2001-01-23 Thread Michael Cartmel
Has anyone got exec/passthru/system to work under Win2k? smime.p7s

Re: [PHP-WIN] Problems! 4.01pl2 to 4.04pl1 upgrade

2001-01-23 Thread Michael Cartmel
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

Re: [PHP-WIN] Passing values

2001-01-17 Thread Michael Cartmel
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

Re: [PHP-WIN] Passing values

2001-01-17 Thread Michael Cartmel
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

Re: [PHP-WIN] PHP Editor

2001-01-13 Thread Michael Cartmel
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