RE: [PHP-WIN] Installation problems...

2003-05-29 Thread Ryan Marrs
Are you running PHP as ISAPI or CGI? If it's ISAPI, you'll need to restart IIS before your changes to the php.ini file will take effect. -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 6:51 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Install

RE: [PHP-WIN] $_Post doesn´t work

2003-03-05 Thread Ryan Marrs
Ack, missed a closing parenthesis, and for avoiding warnings, you should probably use an empty check on the variable. Daten wurden eingetragen " method="post"> _______ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Service

RE: [PHP-WIN] $_Post doesn´t work

2003-03-05 Thread Ryan Marrs
Try: Daten wurden eingetragen " method="post"> _______ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Services, Inc. 248.474.7200 x 183 248.474.8500 (fax) www.strtrade.com -Original Message- From: Oliver Steimer [m

RE: [PHP-WIN] session problem

2003-01-09 Thread Ryan Marrs
most common problem with using sessions. ___ Ryan Marrs Web Developer Sandler & Travis Trade Advisory Services, Inc. 248.474.7200 x 183 248.474.8500 (fax) www.strtrade.com -Original Message- From: Supra [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

[PHP-WIN] IIS / COM yet another one.

2002-11-18 Thread Ryan Marrs
I have the following code for managing validation of data on a SQL server. I was just using the NEW COM code, but after exhausting everything else, I gave it a go with the com_load and com_invoke. System Specs: Windows XP Professional IIS 5.0 / PHP 4.2.3 $_GET["DocumentID"] = 115739; Pursue_U

RE: [PHP-WIN] RE: [PHP] Re: Need help with HTTP-Authentication

2002-10-18 Thread Ryan Marrs
lace of my current one, with minimal changes, and without my code breaking :) I also use MSSQL, so if you're using mySQL, make sure you change that as well. Good luck in your endeavor! ___ Ryan Marrs -Original Message- From: Davy Obdam [mailto:info

RE: [PHP-WIN] Editing setting session_save.path in the php.ini file doesn't register the change!!!

2002-04-02 Thread Ryan Marrs
Try C:/temp This is the exact line from my config. session.save_path = c:/temp Ryan -Original Message- From: Hammad Sophie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 2:50 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Editing setting session_save.path in the php.ini file

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-06 Thread Ryan Marrs
Message- From: Stevens, Julian C [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:23 AM To: 'Ryan Marrs'; 'php-windows(a)lists.php.net(p)INTERNET' Subject: RE: [PHP-WIN] Re: File corruption during HTTP Upload Thanks for the advice. I did have magic_quotes_gp

RE: [PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Ryan Marrs
I have actually found that corruption showed up when magic_quates_gpc was turned on. I would check that if I were you. Ryan -Original Message- From: Stevens, Julian C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:16 PM To: 'Nicole Amashta'; '[EMAIL PROTECTED]%INTERNET' Su

RE: [PHP-WIN] session probs

2002-03-05 Thread Ryan Marrs
Make sure your phpsession directory is created. For windows this is not always done. Go into your php.ini and find the directory that is the session directory, and make sure it exists. Ryan -Original Message- From: secrgb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:44 A

RE: [PHP-WIN] Re: Copying a file across the network.

2002-01-17 Thread Ryan Marrs
osted there the steps I took to getting this to work. Again, no win98 machines involved, though. So .. i dunno ... good luck, Nicole Amashta www.aeontrek.com "Ryan Marrs" <[EMAIL PROTECTED]> wrote in message EA9290E62E6CD311859200805F85164903C5B4FB@EXCHANGE">news:EA9290E62E6C

[PHP-WIN] Copying a file across the network.

2002-01-16 Thread Ryan Marrs
I've run across a rather difficult problem to solve. I'm at the point that I don't care how the solution comes, so long as it works. I need to be able to upload/copy a file (potentially as large as 1gig) from a user's machine to this local network. I've exhausted my efforts trying post uploads,

[PHP-WIN] PHP 4.06 + IIS5 + header download

2001-12-11 Thread Ryan Marrs
d out yet. I've gone through phpbuilder.net as well as php.net and zend.com forums looking for the workaround, and have found nothing. All it does is print the file. No matter what headers I pass (and I have tried them ALL), and no matter what I do. Any ideas? Ryan Marrs -- PHP Windo

[PHP-WIN] Microsoft Word .doc to HTML

2001-12-10 Thread Ryan Marrs
I'm not entirely where to begin because I am not a VB Developer in anyway shape or form, but I know how to use COM Objects with PHP. I am attempting to read Word Documents and save them as an HTML. I've read through a few messages that have already been brought up on this topic and I am still no

RE: [PHP-WIN] BARE LF in Sending Mail from PHP

2001-11-30 Thread Ryan Marrs
I think the issue here is you need to convert the \n to be \r\n which is CRLF (Carriage Return - Line Feed) it's not a bug in PHP. Good luck, and I hope this helps. Ryan -Original Message- From: Eric Rosebrock [mailto:ERIC@ 3dhavoc.net] Sent: Friday, November 30, 2001 12:59 PM To: [EM

RE: [PHP-WIN] File upload timeout.

2001-11-21 Thread Ryan Marrs
And you've checked to make sure that the user the web server is running as has access to write to the temp directory, and the directory you're attempting to upload to correct? Ryan -Original Message- From: Brian J. Hoffman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 3:

[PHP-WIN] Session Variables...between pages.

2001-11-16 Thread Ryan Marrs
Here's the problem. I've got an upload script, attached to a message forum. When the user goes to post a message, they have a link to upload files. When they click the link, it opens a new window with the upload form, and that form handles all the uploading. I then need to pass the filename it u

[PHP-WIN] PHP/VB/Byrefs

2001-08-23 Thread Ryan Marrs
[Yes this is a repeat, but I didn't receive an answer back, and I desperately need an answer] Thanks! Anybody know if PHP can handle VB ByRef's when calling a COM object? I've searched the documentation and the web and have found nothing on it, so I'm going to assume it doesn't, but I just thou

[PHP-WIN] PHP/VB/Byrefs

2001-08-22 Thread Ryan Marrs
Anybody know if PHP can handle VB ByRef's when calling a COM object? I've searched the documentation and the web and have found nothing on it, so I'm going to assume it doesn't, but I just thought I'd check through the list before I declared the topic dead. Thanks! Ryan -- PHP Windows Mailin

[PHP-WIN] Deleteing a file using Unlink()

2001-07-06 Thread Ryan Marrs
Hrrrm, seems I can't get the unlink command to work, is there a better way to delete files in Win2k? Always errors out that it can't find the file. I'm assuming this is an NT Permissions issue, even though the files are set full control by the user IIS/PHP is running as. Another note, these file