[PHP-WIN] Re: parsing from vb

2002-06-11 Thread Alex Elderson
http://www.php.net/manual/en/features.commandline.php This is all you need. In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >hi, > >1. >I have to parse php scripts from a visual basic program without using apache >or IIS or any other web server. There are several DLL's in php dire

[PHP-WIN] php script for downloading files???

2002-06-11 Thread Alex Elderson
close Content-Type: text/html Alex Elderson [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] fsockopen and HTTP/1.1???

2002-06-26 Thread Alex Elderson
It's running on winXP apache 2.0.36 PHP 4.2.1 (test server) from the shell What to do? Alex Elderson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Use this (small) util to view your headers look for Set-Cookie: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > >> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php >> but I can't set a cookie.

[PHP-WIN] Re: php error logging

2002-06-27 Thread Alex Elderson
Let your webserver log for you. if u run apache with VH do: > ErrorLog c:/web/logs/webserver.hardinxveld.netflex.nl-error_log CustomLog c:/web/logs/webserver.hardinxveld.netflex.nl-access_log common in your php.ini: ;error_log - Original Message - From: "Joris Pinnoo"

[PHP-WIN] Re: PHP Newbie: Needs help with dbase extensions

2002-06-27 Thread Alex Elderson
If you want to include a library on linux you must recompile php. On windows you have only to uncommented the "extension-php_dbase.dll" line If you get a error on API numbers then you have a wrong version of dbase (or php). "Tony Tzankoff" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL P

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
t; schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > what util? url.exe? where can I find it? > > -- > . : . : . : . : . : . : . : . : . : . : . : . : . : . > michael ericsson > [EMAIL PROTECTED] > > > "Alex Elderson" <[EMAIL PR

[PHP-WIN] Downloading files?

2002-07-02 Thread Alex Elderson
Hi, I have made a php script ware you can download some files, but it doesn't work very well After the first "echo fread($fc, 10240);" line it will send some strange data what to do? if (!($fc = fopen($path . $file, "rb"))) { echo "error\n"; exit; } $file_si

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
Hi, I have the same problem Mail me if you have an idee ([EMAIL PROTECTED]) if (!($fc = fopen($base_path . $path . $file, "rb"))) { echo "error\n"; exit; } $file_size = filesize($base_path . $path . $file); ob_end_clean(); ignore_user_abort(false);

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
i am running also OS: WinXP Pro Apache 2.0.36 PHP 4.2.1 (module) if i replace: while(!feof($fc)) { set_time_limit(5); echo fread($fc, 10240); flush(); } with this echo fread($fc, $file_size); it works fine. But now we have an other problem: memmory l

[PHP-WIN] Re: Problem with file download/fopen/fread - rfc2616 - hypertext transfer protocol -- http-1_1.htm [10/10]

2002-07-02 Thread Alex Elderson
ICAgdGhlIHRleHQgbGluZSBicmVhay4gSFRUUCByZWxheGVzIHRoaXMgcmVx dWlyZW1lbnQgYW5kIGFsbG93cyB0aGUNCiAgIHRyYW5zcG9ydCBvZiB0ZXh0 IG1lZGlhIHdpdGggcGxhaW4gQ1Igb3IgTEYgYWxvbmUgcmVwcmVzZW50aW5n IGEgbGluZQ0KICAgYnJlYWsgd2hlbiBpdCBpcyBkb25lIGNvbnNpc3RlbnRs eSBmb3IgYW4gZW50aXJlIGVudGl0eS1ib2R5LiBIVFRQDQogICBhcH

[PHP-WIN] Can php make a authentication to Apache?

2001-12-18 Thread Alex Elderson
$auth_user is set, but i want no popup window. I want i web-page for username and password! Can anybody help me? Alex Elderson -- 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

[PHP-WIN] Re: Active Directory/LDAP Problem

2001-12-18 Thread Alex Elderson
Hi, I have made a ldap login script and i learn that the Active Directory is a poor ldap service! i you conect annonymously to a Directory server you can't do enything! do a ldap_bind with username and password! "Tim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECT

[PHP-WIN] sessions???

2002-01-10 Thread Alex Elderson
Hi, This works fine: But way does this not work??? -- 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: [EMAIL PROTECTED]