[PHP-WIN] FW: Win32 API - NT Auth

2003-03-17 Thread Kyle Williamson
Hello, Has anyone got any example code for using the Win32 API to do NT Authentication? - Kyle == Kyle M. Williamson Solent Educational Limited Solent House, Roman Road, Dibden Purlieu, Southampton, Hampshire, SO45 4RQ Tel: (023) 80 848319 Fax: (023) 80 848715 -- PHP Windows Mailing

RE: [PHP-WIN] foreach with mysql

2003-03-11 Thread Kyle Williamson
t;PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php == Kyle Williamson Solent Educational Tel: (023) 80 848319 Fax: (023) 80 848715 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] fopen

2003-02-16 Thread Kyle Williamson
In php.ini: ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On == Kind Regards, Kyle Williamson Solent Educational Limited Tel: (023) 80 843189 Fax: (023) 80 848715 http://www.solented.co.uk/ -Original Message- From: Bobo Wieland [mailto

RE: [PHP-WIN] PHP Scripts can't write to files

2003-02-16 Thread Kyle Williamson
You need the files (or dirs) to have write/modify permissions for the webserver user. == Kind Regards, Kyle Williamson Solent Educational Limited Tel: (023) 80 843189 Fax: (023) 80 848715 http://www.solented.co.uk/ -Original Message- From: Greg [mailto:[EMAIL PROTECTED]] Sent: 16

RE: [PHP-WIN] Confirmation e-mail

2003-02-09 Thread Kyle Williamson
The best way to do this, afaik is to generate a unique md5 hash, say a hash of "username-password" or a hash of a random number, and store.. that way, you can send the user (using mail()).. http:///confirm.php?s= == Kind Regards, Kyle Williamson Solent Educational Limited Tel: (023)

[PHP-WIN] Re: gettext on Windows...

2002-12-29 Thread Kyle Bisignani
work! I havn't been able to get a straight answer out of anybody. I just wish PHP would mention why this doesn't work, or fix it and announce it, or at least tell me what I'm doing wrong!! lol. In any case, anyone test out PHP 4.3? Does this work with the gettext extension on

[PHP-WIN] gettext on Windows...

2002-12-24 Thread Kyle Bisignani
I need to know if there is anyone who is successfully running Windows XP or 2000 with Apache (2.0.40) and PHP (4.2.3) and has the gettext extension working properly. Just need to know if that works as it should! Thank you! ~Kyle Bisignani HAPPY HOLIDAYS -- PHP Windows Mailing List (http

[PHP-WIN] Re: general survey.... php.ini config gui

2002-12-22 Thread Kyle Bisignani
I think it's a great idea, especially for newbies such as myself. But I must agree, modifying it in notepad isn't exactly the hardest thing to do. ~Kyle Bisignani It's just my $.02 "A Weaver" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

[PHP-WIN] Re: where is php_gettext??

2002-12-22 Thread Kyle Bisignani
s stability before I buy it and all). I'll post what I find about it here. Thanks! ~Kyle Bisignani "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Kyle Bisignani wrote: > > Okay, so I am new, I'll a

[PHP-WIN] where is php_gettext??

2002-12-21 Thread Kyle Bisignani
ensions have similar problems, but not all. Mcrypt is another one. But some like imap and ldap work fine. So what is wrong exactly? Thank you for any help, ~Kyle Bisignani If you would like to see my php info screen, go here: http://mps.njdevils.info:88/test.php -- PHP Windows Mailing List (htt

[PHP-WIN] Problem using COM, specifically the FileScriptingObject

2002-08-14 Thread Kyle
. Kyle FolderExists($objPath)) { print "folder exists"; $objFolder = $objFileManager->GetFolder($objPath); $objFolder->Path; $fileCollection = $objFolder->Files; foreach ( $fileCollection as $file ){

[PHP-WIN] PHP equivalent of ASP Response.Redirect

2002-08-01 Thread Kyle
Does anyone know if there is a php equivalent of Response.Redirect? I have been looking through the PHP manual to no avail because I don't really know where to look. Any help is appreciated. Kyle Overholser -- PHP Windows Mailing List (http://www.php.net