[PHP-WIN] Upgrading to MySQL 4.1 or higher worried about clients

2003-06-24 Thread Paul Menard
Hi all, I'be been considering upgrading my data , MySQL 3.23.42 to 4.013 or even going to 4.1. I've read on the MySQL upgrade documents that some client might be affected when upgrading to 4.1. It does specificall mention Perl which I use to supplement PHP. By I'm more concerned about PHP. Should

[PHP-WIN] Re: connecting to mySQL - testing server specified does not map to the http://localhost/_MMServerScript/MMHTTPDB.php

2003-06-24 Thread Ildiko Nyari
It worked before, and than I installed ImpAKT2, and now it doesn't work again, I have the same error than before! What happened? Why ImpAKT2 changed my settings? How can I move everything back again? I can't connect to mySQL at all. "testing server specified does not map to the http://localhost

php-windows Digest 24 Jun 2003 22:55:08 -0000 Issue 1793

2003-06-24 Thread php-windows-digest-help
php-windows Digest 24 Jun 2003 22:55:08 - Issue 1793 Topics (messages 20530 through 20543): Re: What does this error mean? 20530 by: Cristian MARIN 20532 by: Dallas Goldswain Using Excel in a PHP controlled environment 20531 by: Herhuth, Ron Re: php with Exchange se

[PHP-WIN] Re: Opening a file

2003-06-24 Thread erythros
easy... when you print out the list just add the necessary code... whats your code look like and i can show you. "Seth Buntin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I need a little bit of help. > > I have created a program that will list all the files in a directory I just

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Melih Onvural
If you set its expiration date to moments before the logout button is clicked then the session will die. melih > > From: Matt Babineau <[EMAIL PROTECTED]> > Date: 2003/06/24 Tue PM 02:40:20 EDT > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: [PHP-WIN] Eliminate a specific session variable

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Matt Babineau
Cool thanks! > $_SESSION['MyVariable'] = False; > > Thats as good as unsetting it. And no, if your using register globals as off > (Like all good coders should!), then session_unregister won't work > > Stephen > > - Original Message - > From: "Matt Babineau" <[EMAIL PROTECTED]> > To: "

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Stephen
$_SESSION['MyVariable'] = False; Thats as good as unsetting it. And no, if your using register globals as off (Like all good coders should!), then session_unregister won't work Stephen - Original Message - From: "Matt Babineau" <[EMAIL PROTECTED]> To: "Metin Kale" <[EMAIL PROTECTED]>; <

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Matt Babineau
Does this even apply when using the session variable method of $_SESSION['varname'] ? > > if you don't want to "nuke" your entire session, but want to completely get > rid of your session variable, I've used this below and works pretty well: > > unset($myvariable); > session_unregister("$myvaria

Re: [PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Metin Kale
if you don't want to "nuke" your entire session, but want to completely get rid of your session variable, I've used this below and works pretty well: unset($myvariable); session_unregister("$myvariable"); metin At 02:40 PM 6/24/2003 -0400, Matt Babineau wrote: Hi All- I'm playing around with

[PHP-WIN] Eliminate a specific session variable

2003-06-24 Thread Matt Babineau
Hi All- I'm playing around with an authentication system and I can't figure out how to "Log" someone out of the system. Wha tI would like to do is be able to check if the session variable $_SESSION["logged_in"] exists. But if I unset() that session variable is still exists but it seems like the

RE: [PHP-WIN] Date question

2003-06-24 Thread John Ellingsworth
You can also place this into your script: ini_set('mssql.datetimeconvert' , 0); although the format is still changed: In the DB: 3/24/2003 7:05:17 PM Output onto php page: 2003-03-24 19:05:17 Thanks, John Ellingsworth -Original Message- From: Darvin Andrioli [mailto:[EMAIL PROTECTED]

RE: [PHP-WIN] Date question

2003-06-24 Thread Darvin Andrioli
> From: Harpreet [mailto:[EMAIL PROTECTED] > > I am using php with sql server. I have a field expiration which is of type > datetime. > > I add a date for the expiration as '06/24/03 09:09:09' using a web form. > When i try to display the same expiration in an edit form using > $row["expiration"]

[PHP-WIN] Date question

2003-06-24 Thread Harpreet
I am using php with sql server. I have a field expiration which is of type datetime. I add a date for the expiration as '06/24/03 09:09:09' using a web form. When i try to display the same expiration in an edit form using $row["expiration"] it displays it as 'Jun 24 2003 09:09 AM'. How can I disp

[PHP-WIN] Re: php with Exchange server

2003-06-24 Thread Lance Q
PHP MAIL() relies on SMTP to send email. You will need to figure out where on your network is an SMTP mail server. If you send mail to/from the Internet, you will have one. Exchange 5.5 has the Internet Mail Connector, and Exchange 2000 uses, by default, only SMTP. A workaround maybe to setup an S

[PHP-WIN] Re: What does this error mean?

2003-06-24 Thread Dallas Goldswain
"Rodel D. Bautista" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi to all, > I'm trying to install the "simple document management system" from freshmeat > and I'm getting the following error when I tried running it: > Fatal error: Cannot redeclare class user in > c:\apache\htdoc

[PHP-WIN] Using Excel in a PHP controlled environment

2003-06-24 Thread Herhuth, Ron
Hi, I am trying to create a web app using the Excel COM object and PHP. I'm not sure if this is the right approach or not. What I'm trying to do is to have a user log in, if they have read only access to an Excel Spreadsheet, the spreadsheet will open on the server with read only access. If the

[PHP-WIN] Re: What does this error mean?

2003-06-24 Thread Cristian MARIN
The class user already exist in the system which means you have to change the name of your class into myUser or something else.(also the constructor name) -- - Cristian MARIN - Developer InterAKT Online (www.interakt.ro) Tel: +4021 312.53.12

php-windows Digest 24 Jun 2003 09:50:06 -0000 Issue 1792

2003-06-24 Thread php-windows-digest-help
php-windows Digest 24 Jun 2003 09:50:06 - Issue 1792 Topics (messages 20525 through 20529): Question Regarding Local Host SubDirectory 20525 by: Douglas Pollock 20526 by: Melih Onvural 20528 by: Douglas Pollock php with Exchange server 20527 by: Robin Baxter

[PHP-WIN] What does this error mean?

2003-06-24 Thread Bautista, Rodel D.(Digitel-GSM)
Hi to all, I'm trying to install the "simple document management system" from freshmeat and I'm getting the following error when I tried running it: Fatal error: Cannot redeclare class user in c:\apache\htdocs\sdms\lib\classes.inc on line 3 What does this error mean? How can I eliminate this error?