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
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
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
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.
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"
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
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
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
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);
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
ICAgdGhlIHRleHQgbGluZSBicmVhay4gSFRUUCByZWxheGVzIHRoaXMgcmVx
dWlyZW1lbnQgYW5kIGFsbG93cyB0aGUNCiAgIHRyYW5zcG9ydCBvZiB0ZXh0
IG1lZGlhIHdpdGggcGxhaW4gQ1Igb3IgTEYgYWxvbmUgcmVwcmVzZW50aW5n
IGEgbGluZQ0KICAgYnJlYWsgd2hlbiBpdCBpcyBkb25lIGNvbnNpc3RlbnRs
eSBmb3IgYW4gZW50aXJlIGVudGl0eS1ib2R5LiBIVFRQDQogICBhcH
$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
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
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]
14 matches
Mail list logo