php-windows Digest 28 Jul 2002 23:12:08 -0000 Issue 1262

Topics (messages 14989 through 14991):

Problem with Forms and PHP exporting to text file
        14989 by: craig

GD extension problems
        14990 by: Kit Kerbel

Help NT Authentication
        14991 by: KK Lee

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I am having a problem figuring out how to have a form post all of the data
entered into a regular text file.

This is how I would like the text file to look after the data is submitted
to the file:

-----------------------------------
FirstName:       blah
MiddleName:
LastName:        blash
Email:           [EMAIL PROTECTED]
Street:          85 blah
City:            blah
State:           ca
Zip:             55555
Country:         USA
----------------------------------

first I would like the PHP file to read the existing file and then place the
new data on top of the old info.
I am new to PHP coding, but I did get it to post to a text file but couldn't
get it to lay into the format above.  it just was comma delimited on one
really really long line.  If you can help me figure out how to write a text
file in this format I would really appreciate it.  oh yeah... I am running a
Microsoft Advance server with the IIS webserver running.  Thanks for your
help in advance.

craig


--- End Message ---
--- Begin Message ---
I'm trying to use the GD extension in 4.2.1 to resize some jpegs.  I'm 
getting an error that the module was not able to load.  Has anyone had these 
problems as well?

fyi:  I'm using NT4, PHP 4.2.1



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

--- End Message ---
--- Begin Message ---
Dear ALL,

I'm working on a win2k, IIS 5.0, PHP and MYSQL system.
I activated Integrated windows authentication using IIS and i was able
to popup a login dialog box and could restrict access by authenticating
through the NT PDC.

The problem is how can i pass the username (which is a domain user in
the NT domain) into a PHP script for further processing.
Since it's not an apache-based system, there is no username/password
file stored locally in the web server (i didn't intend to do so since my
intention was to utilize ONE set of passwords for NT domain intranet
logon and web authentication in my school).

I've tried the variables $REMOTE_USER and
$_SERVER['PHP_AUTH_USER']. It failed and those variables returned NULL
strings.

Your suggestion would be mostly appreicated.

regards,

KK Lee



--- End Message ---

Reply via email to