Re: [PHP-WIN] Session question

2001-12-18 Thread Michael Sims
At 05:02 PM 12/18/2001 -0500, [EMAIL PROTECTED] wrote: >I was wondering how I can stop the following message from posting when a >user hits the back button when I am using sessions? Look for this section in your php.ini: ; Set to {nocache,private,public} to determine HTTP caching aspects. sessio

RE: [PHP-WIN] closing an ODBC connection to mysql

2001-12-18 Thread Asendorf, John
nevermind... I guess it's a void function... someone had a better answer before I could type mine... :( - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingen

RE: [PHP-WIN] closing an ODBC connection to mysql

2001-12-18 Thread Asendorf, John
I know this may not be very helpful, but is there a reason you're not using the native MySQL calls or adodb? In the meantime, have you tried: if ( !odbc_close($link) ) { die ("connection not closed"); } - John Asendorf - [EMAIL PROTECTED] Web Applications Developer ht

[PHP-WIN] Re: closing an ODBC connection to mysql

2001-12-18 Thread George Nicolae
odbc_close($link) is a void function. didn't return anything. look in documentation at odbc_close(); -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com "Ben" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAI

[PHP-WIN] Re: permanent connections to mysql with php under windows

2001-12-18 Thread Phillip Oertel
Tekin Suleyman wrote: > when ever i try and make a permanent connection to my mysql database on my > windows2000, apache server, i get the following warning: > > Warning: Unknown persistent list entry type in module shutdown (11) in > Unknown on line 0 i asked the same question in php.general

[PHP-WIN] closing an ODBC connection to mysql

2001-12-18 Thread ben
Hello I've installed mysql and php on W2K with IIS5.0 and I'm having some trouble closing my connection, which is established via odbc. I have been using the following php code to connect: $link = odbc_connect("forum", "ben", "dulwich") or die("Could not connect"); print "Connected successfully

[PHP-WIN] Session question

2001-12-18 Thread Rconover
I was wondering how I can stop the following message from posting when a user hits the back button when I am using sessions? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

[PHP-WIN] Re: PHP 4.0.6 on Apache 2.0.28

2001-12-18 Thread Jeffery Seiffert
I could not get the php4apache.dll module to work either. Using the CGI binary method of php works. If you have the PHP Manual PDF it is on page 46 of Chapter 2 Installation Hope this helps "Alek Andreev" <[EMAIL PROTECTED]> wrote in message 000201c17c24$1f8ac6e0$55404850@juno">news:000201c17c

Re: [PHP-WIN] search form doesn't work fine

2001-12-18 Thread George Nicolae
I have the same problme. i think is a bug in php.i do the follow: 1. i make one more option that i leave empty 2. in action file I verify if (!empty(SearchBySeason)) not if ($SubmitSearch) It works! -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Des

[PHP-WIN] permanent connections to mysql with php under windows

2001-12-18 Thread Tekin Suleyman
hi, didn;t get any replies to my last post, maybe someone can help with this one. when ever i try and make a permanent connection to my mysql database on my windows2000, apache server, i get the following warning: Warning: Unknown persistent list entry type in module shutdown (11) in Unknown on

Re: [PHP-WIN] search form doesn't work fine

2001-12-18 Thread Afan Pasalic
Me, again. Found mistake. It is PHP related: Script: if($SubmitSearch) { // Show results! } ?> Search by: season: Search by Season Season 3 Season 2 Season 1 or by keyword: If you click on enter button - var $SubmitSearch doesn't get any value GOTCHA! Afan - Origi

[PHP-WIN] search form doesn't work fine

2001-12-18 Thread Afan Pasalic
Hi people, question is not 100% related to PHP but I hope somebody can help me: I created form to search through site (PHP/MySQL) but if you click enter button - nothing's happened. If you click "Search" (submit) button - script works fine. Any clue? Thanks for any help. Afan

[PHP-WIN] Has anyone figured out the Access slash problems?

2001-12-18 Thread Asendorf, John
I am trying to use MySQL on a new projest, but I have a number of Access databases which seem to get confused with only runtime magic quotes on... I've turned off GPC and sybase style magic quotes but have broken roughly half of the Access db apps... The more I look at it, the more it confuses me

php-windows Digest 18 Dec 2001 14:15:49 -0000 Issue 907

2001-12-18 Thread php-windows-digest-help
php-windows Digest 18 Dec 2001 14:15:49 - Issue 907 Topics (messages 10977 through 10990): Active Directory/LDAP Problem 10977 by: Tim 10987 by: Alex Elderson Generating XML & retrieving mail 10978 by: Sanjuro Europe 10981 by: Manuel Lemos 10983 by:

[PHP-WIN] PHP & XSLT

2001-12-18 Thread Andrew Stopford
Hi Folks, I was wondering if any of you had experienced problems when using PHP with XLST on PHP 4.1 runnining on IIS 5 (Windows 2000 Server). I am experiencing the same problems that is documentated in http://bugs.php.net/bug.php?id=14499 Here it is recommended that the encoding is set in the

Re: [PHP-WIN] multiple select?

2001-12-18 Thread Mike Flynn
At 11:48 AM 12/18/2001 +0100, Martin.Andrew wrote: >I want to use a combo box with multiple select enabled. >Selecting one value works fine but when I select multiple values only the >last value is saved in the DB. > >you must be able to use this function in PHP, right? Name the select box as an

Re: [PHP-WIN] Re: coffee message

2001-12-18 Thread Rygars
I use Mandrake 8.1 on both computers and Windows 2000 Professional at work. - apache+php4.0.6 on linux - iis5+php4.0.6 on windows :) PS: Beside that I run the program for SETI@HOME :) on linux (13h average for a packet) and on windows (40h average for a packet). The configuration for computer th

[PHP-WIN] Re: Active Directory/LDAP Problem

2001-12-18 Thread Alex Elderson
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

[PHP-WIN] Can php make a authentication to Apache?

2001-12-18 Thread Alex Elderson
Hi, Is there a way to make a login script that make a php session and also make a apache session? I am using ldap Authentication for php en apache but the users must give a username and password for php and for apache! I can do it so: login to apache with a popup login window and look if the $au

[PHP-WIN] the socket extension in php 4.1.0 :)

2001-12-18 Thread Martin Lindhe
hello all! i've been playing around with the socket extension that come with php 4.1.0 for windows finally :-) i found the official docs to be way outdated but managed to stumble over this nice document http://introverted.com/php-sockets.html, its also a little incorrect (some parameters are wron

[PHP-WIN] multiple select?

2001-12-18 Thread Martin.Andrew
I want to use a combo box with multiple select enabled. Selecting one value works fine but when I select multiple values only the last value is saved in the DB. you must be able to use this function in PHP, right?

[PHP-WIN] Re: Generating XML & retrieving mail

2001-12-18 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370318-12-01 10:36 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] The IMap stuff works very well with POP3 and is provided as a standard extension in windows. I use it regularly on Win2K. -Steve --

RE: [PHP-WIN] Re: coffee message

2001-12-18 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 18-12-01 10:29 -> [EMAIL PROTECTED] VIC20 - fantastic machine. A proper keyboard and... and... er... From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: