[PHP-WIN] How to Pass the Username which from Windows Login

2002-03-24 Thread Jack
Dear all I want to prevent user to make another login before they can browse the Intranet, so is there anyway that php can grep the username from the windows Login or Domain Login? Which means if a user can login to the Windows NT, then he/she will have the right to browse the Intranet! Thx a lot

Re: [PHP-WIN] explode

2002-03-24 Thread KONUS
thanks for all the reply now i get it.. Many many thanks... ^^ - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: "KONUS" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 10:09 AM Subject: RE: [PHP-WIN] explode > No probs. > > explode is a way of spl

[PHP-WIN] Is there anyway to save a file into Mysql database

2002-03-24 Thread Jack
Dear all Can someone pls tell me is php will be able to grep text from MS Word and then save that word file into MYSQL database? Which means is MYSQL will be able to store files into it's table? Thx a lot jack [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Re: explode

2002-03-24 Thread Gaylen Fraley
http://www.php.net/manual/en/function.explode.php -- Gaylen PHP KISGB v4.0.2 Guest Book http://www.gaylenandmargie.com/phpwebsite/ "Konus" <[EMAIL PROTECTED]> wrote in message 005101c1cc56$8c4e9ae0$7ffd92ca@kukut">news:005101c1cc56$8c4e9ae0$7ffd92ca@kukut... What is explode...?? please explaine

RE: [PHP-WIN] explode

2002-03-24 Thread Ross Fleming
No probs. explode is a way of splitting up a string using any character you want as the divider. For example... Say you wanted to split a string into individual words. $string_var = "The cat sat on the mat"; $words_var = explode(" ", $string_var); Explode splits $string_var by the space chara

[PHP-WIN] explode

2002-03-24 Thread KONUS
What is explode...?? please explaine it in simple english with an example. Because iam a new to PHP. Many thanks, --ZEUS--

php-windows Digest 24 Mar 2002 18:29:10 -0000 Issue 1060

2002-03-24 Thread php-windows-digest-help
php-windows Digest 24 Mar 2002 18:29:10 - Issue 1060 Topics (messages 12739 through 12740): Perl with apache on win 2000 server 12739 by: Martin Re: IE is opening the files php not runing them 12740 by: walter Administrivia: To subscribe to the digest, e-mail: [EM

[PHP-WIN] HELP: IE is opening the files php not runing them

2002-03-24 Thread walter
Hi IE and netscape are opening the files not executing them, what do I do wrong. walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Perl with apache on win 2000 server

2002-03-24 Thread Martin
How do I install this and what do i put in the http.conf...? Anyone who knows this... Where can i download a workable Perl ? -- Martin Eriksson webdesigner & Utvecklare [EMAIL PROTECTED] http://www.svensk-design.com -- PHP Windo