RE: [PHP-WIN] End session

2002-07-29 Thread Rich Gray
How about... session_unset(); session_destroy(); header('Location: '); // Send user back to home page exit; The above should initialise the $_SESSION array and blow away the session data. HTH Rich -Original Message- From: Kit Kerbel [mailto:[EMAIL PROTECTED]] Sent: 30 July 2002 03:11 To

RE: [PHP-WIN] cant store checkbox vale ..... ?????

2002-07-29 Thread Peter
> > > hi guys > > im stuck with check boxes now > > n id b really gratefull if anyone d help plx > > the thing is i cnt get the cheked value from a > checkbox > > > sign me up > fo weekly news letter and updates > try this sign me up > fo weekly news letter and updates or what ever

[PHP-WIN] cant store checkbox vale ..... ?????

2002-07-29 Thread toby z
hi guys im stuck with check boxes now n id b really gratefull if anyone d help plx the thing is i cnt get the cheked value from a checkbox sign me up fo weekly news letter and updates the processing for this is: $isql = "insert into usr_inf (email, firstName, lastName, news_letter

RE: [PHP-WIN] End session

2002-07-29 Thread Peter
kit , 1st off have a look in the manual it will have it all there... 2nd normally a session will end when the user closes the browser.. > -Original Message- > From: Kit Kerbel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 July 2002 12:11 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN

[PHP-WIN] End session

2002-07-29 Thread Kit Kerbel
I would like to know how to end a session, so, when the user hits logoff, the user session is killed and if you user clicks a link that requires he/she to be logged in, it will not have the session data stored still. FYI, i am using the current syntax for sessions, $_SESSION['whatever']

php-windows Digest 30 Jul 2002 01:53:53 -0000 Issue 1264

2002-07-29 Thread php-windows-digest-help
php-windows Digest 30 Jul 2002 01:53:53 - Issue 1264 Topics (messages 14996 through 15004): Re: Does the GD extention work with windows? 14996 by: Matt Babineau 14997 by: Olav Bringedal sending post information with fopen() 14998 by: anonymous Re: Does the GD exten

Re: [PHP-WIN] PhpMyadmin?

2002-07-29 Thread Court Shrock
Any question in particular that you would like help with? Please feel free to spare us the pleasantries and get right to your question. We are here to help! :-) Viper1 wrote: > Anyone help me out with PHPMyadmin? > >Thanks > > > > > -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] PhpMyadmin?

2002-07-29 Thread Viper1
Anyone help me out with PHPMyadmin? Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] input type=file

2002-07-29 Thread Lorne T
I looked there and everything seems to be set correctly. File uploads are on with max size 2M and a temp directory that is set for full permissions for all users. "Scott Carr" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > You also need the PHP.ini file s

Re: [PHP-WIN] input type=file

2002-07-29 Thread Scott Carr
You also need the PHP.ini file set to accept files. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Lorne T <[EMAIL PROTECTED]>: > Is there a setting or something that needs to be done to allow the file > input to work correctly on IIS? Rig

[PHP-WIN] input type=file

2002-07-29 Thread Lorne T
Is there a setting or something that needs to be done to allow the file input to work correctly on IIS? Right now every time the form is submitted my file name variable returns with "none" as the name. My guess is there is a setting or component that IIS needs to handle the file input type. Any o

RE: [PHP-WIN] Does the GD extension work with windows?

2002-07-29 Thread Mikey
> Yes, because it IS possible. No, because it is a pain to get it > to work with > the new versions of php (>4.2) > > It is some kind of versionsystem for modules buildt into php, > that renders the > standard GD2 module useless. GD1 should work as it it in the kernel, but I > haven't tried it. >

[PHP-WIN] sending post information with fopen()

2002-07-29 Thread anonymous
i want to interpret the output from a page that requires login i know that ive heard about some library that manages this and alot more but i cannot remember the name of it doeas anybody of you guys know what i mean? thanx /d -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP-WIN] Does the GD extention work with windows?

2002-07-29 Thread Olav Bringedal
--- Matt Babineau <[EMAIL PROTECTED]> wrote: > Yep. > > > > Does the GD extention work with windows? > Thanx, > Kit > Yes, and no. Yes, because it IS possible. No, because it is a pain to get it to work with the new versions of php (>4.2) It is some kind of versionsystem for modules buildt

RE: [PHP-WIN] Does the GD extention work with windows?

2002-07-29 Thread Matt Babineau
Yep. Matt Babineau MCWD / CCFD - e: [EMAIL PROTECTED] p: 603.943.4237 w: http://www.criticalcode.com PO BOX 601 Manchester, NH 03105 -Original Message- From: Kit Kerbel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 9:15 AM To: [EMAIL PRO

php-windows Digest 29 Jul 2002 13:14:44 -0000 Issue 1263

2002-07-29 Thread php-windows-digest-help
php-windows Digest 29 Jul 2002 13:14:44 - Issue 1263 Topics (messages 14992 through 14995): yet another upgrade question 14992 by: Jeff Vandenberg Re: Help NT Authentication 14993 by: Eugenio Tacchini 14994 by: Brian McGarvie Does the GD extention work with windows

[PHP-WIN] Does the GD extention work with windows?

2002-07-29 Thread Kit Kerbel
Does the GD extention work with windows? Thanx, Kit _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Re: Help NT Authentication

2002-07-29 Thread Brian McGarvie
Try adding the user that looks like... IUSER_ to the security of the folder that your site is in... "Kk Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dear ALL, > > I'm working on a win2k, IIS 5.0, PHP and MYSQL system. > I activated Integrated windows

Re: [PHP-WIN] Help NT Authentication

2002-07-29 Thread Eugenio Tacchini
At 07.12 29/07/2002 +0800, KK Lee wrote: >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