[PHP-WIN] PHP + IIS + WIN2K + ODBC Access Problem

2001-11-16 Thread Wilman Arambillete
Folks I have been trying to access an Oracle 7.x database through an ODBC DSN and it shows a message like: "cannot resolve service name: " Before that I have already tested the whole website with PHP 4.0.4 and Apache 1.3.14 in 2 different Win9x PCs and it all went *perfectly*. The only diffe

php-windows Digest 17 Nov 2001 06:02:21 -0000 Issue 858

2001-11-16 Thread php-windows-digest-help
php-windows Digest 17 Nov 2001 06:02:21 - Issue 858 Topics (messages 10451 through 10458): is there a File Upload limit 4000bytes... 10451 by: Gary Davidson 10455 by: Bill Borum Re: Include files seem sqiffy 10452 by: Mike Flynn For Alain Samoun 10453 by: A

[PHP-WIN] Apache 2.0.28

2001-11-16 Thread Jobarr
I need a build of PHP that can be used as a module with Apache 2.0.28 beta. Anyone know where I could find one? thanks -Jobarr -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

[PHP-WIN] Please add me to your mailing list for PHP + Windows users

2001-11-16 Thread Orlando Colamatteo
Please add me to your mailing list for PHP + Windows users. Thanks for posting such valuable info, Orlando -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [

[PHP-WIN] Re: is there a File Upload limit 4000bytes...

2001-11-16 Thread Bill Borum
Gary, I am a bit of a php newbie and could be a mile off base, but I suspect that the answer lies somewhere in your php.ini file. I noticed that it defaults several settings to 4096 bytes. HTH, Bill "Gary Davidson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

[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] For Alain Samoun

2001-11-16 Thread Asendorf, John
Alain, I am having trouble getting through to you. Your emails keep bouncing. Are you out there? John - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum inge

Re: [PHP-WIN] Include files seem sqiffy

2001-11-16 Thread Mike Flynn
You should use your real e-mail as your return address so I can respond to you privately. Some messages aren't deserving of a message to the whole list. This is a recommendation to everyone on the list because it's certainly not the first time that I've wanted to give someone private advice

[PHP-WIN] is there a File Upload limit 4000bytes...

2001-11-16 Thread Gary Davidson
I have a script for uploading images which seems to stop working after 4000 bytes? using $HTTP_POST_FILES I alway get a 'name' and 'type' but all files bigger than 4000 bytes are returned without tmp_name and size? MAX_FILE_SIZE is 2000 and all php memory, post_max and upload_max are set to 8

php-windows Digest 16 Nov 2001 16:08:49 -0000 Issue 857

2001-11-16 Thread php-windows-digest-help
php-windows Digest 16 Nov 2001 16:08:49 - Issue 857 Topics (messages 10444 through 10450): Re: why doesn´t exec("dir"); work ? 10444 by: Huang Yuzhen 10447 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK Browser info 10445 by: Steen Rabol Re: Error: text/html Content-Length

[PHP-WIN] Apache - PHP - W2K

2001-11-16 Thread Samba Sidibeh
Hi I'm not sure I'm doing it right since this is the first mailing list I've ever subscribed to. If I'm understanding it right this means that I get to send you a question and you get to send me an answer. That sounds kinda fair to me but, please, correct me if I'm wrong. Anyway, I've installed

RE: [PHP-WIN] dynamic ip

2001-11-16 Thread Ross Fleming
A webpage I use for this is www.dynu.com This runs a daemon on your PC which updates your IP to their DNS servers, so that when you register, you are given a webaddress that follows you around. For example, http://rossfleming.dynu.com maps to my PC when I'm online. It's free to use and I whole-

[PHP-WIN] dynamic ip

2001-11-16 Thread Marc.D.
Hello, I´m a newbe to PHP and have the following problem: I have an Apache 1.3.x running localy (ip 192.168.0.1.) with PHP. I have webspace with PHP and want to read my connection IP (via ISP) and send it to the webspace (every time I connect to the internet) so that it can redirect it to my dyn

Re: [PHP-WIN] why doesn´t exec("dir"); work ?

2001-11-16 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 16-11-01 09:26 -> [EMAIL PROTECTED] If you're doing directory and file manipulation through the shell I'd recommend you bin the shell altogether and use the directory and file functions - much more reliable and shell independent. htt

[PHP-WIN] Re: Error: text/html Content-Length

2001-11-16 Thread Markus Weber
Hello guys, In addition to my first note, I still have the same problem - but know I can describe it more exactly: My scripts like this worked in the past very well: Untitled Document "; echo "Und jetzt nochmal die Nummer = $dummy"; ?> But now