[PHP] : Looking functions for deal with special characters

2003-03-28 Thread ignacio . estrada
Hi, I am getting data from a database, containing special characteres (in
spanish).  After that, I want to write down this data to an ascii file
(.cvs), but when that is done the resulting strings does not keep the same
special characteres instead of that appear strange characters.  Here I want
to show the same characters as stored on the database.

Does somebody deal with this ? please let me know.

Ignacio Estrada F.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Looking functions for deal with special characters

2003-03-28 Thread ignacio . estrada
Hi, I am getting data from a database, containing special characteres (in
spanish).  After that, I want to write down this data to an ascii file
(.csv).  When this file is open with excel, the resulting data on cell
(strings) does not keep the same special characteres instead of that appear
strange characters.  Here I want to show the same characters as stored on
the database.

I am using fput ($fp,string) to write data to the csv file.

Does somebody deal with this ? please let me know.

Ignacio Estrada F.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Microsoft access + php

2003-03-17 Thread ignacio . estrada

Check the next link:

http://www.phpbuilder.com/columns/timuckun/20001207.php3

Enjoy it !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6469
(33) 3668-6463, 3668-6469


   
  
  Chris Hewitt 
  
  [EMAIL PROTECTED]  Para: Denis L. Menezes [EMAIL 
PROTECTED]
  on.co.ukcc: PHP general list [EMAIL 
PROTECTED]  
   Asunto:   Re: [PHP] Microsoft access + 
php
  17/03/2003 01:54 
  
  p.m. 
  
   
  
   
  




Denis L. Menezes wrote:

Sorry folks, This question must have been asked many times before, and I
must have missed it.

Can someone please lead me to some tutorial where I can PHP and Microsoft
Access?

I just tried putting PHP and Microsoft Access into Google. The first
item has the text This code is useful for those who want to use a
*Microsoft*
*Access* database with a *PHP* script.
So I guess this might be what you are looking for.

HTH
Chris



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




(Embedded image moved to file: pic26991.pcx)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to manipulate a Access database(MDB file) with PHP.

2003-03-17 Thread ignacio . estrada

Please, refer to the ignacio.estrada email.

Atte. Ignacio Estrada F.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] HTML or PHP problem? Please check this ...

2002-06-10 Thread ignacio . estrada

I have a capture form using text fields.   This form receives data from the
user and then through a php module the data will be stored on an Oracle
database via ODBC.   All the data is converted to caps  using the
strtoupper() function.  However when the user writes characters like ñ the
strtoupper()  function changes the character (to another character but not
to Ñ, or the corresponding upper character), so the ODBC manager reports an
error message becouse he does not accept the converted character.

Does somebody knows how can I get the correct character converted ?

I will apprecciate so much your help !

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] [PHP]: Function strtoupper () does not convert the characterñ to Ñ

2002-06-05 Thread ignacio . estrada

I have a capture form using text fields.   This form receives data from the
user and then through a php module the data will be stored on an Oracle
database via ODBC.   All the data is converted to caps so I am using the
strtoupper() function.  However when the user writes characters like
 ñ the strtoupper function changes the character (to another character but
not to Ñ), so the ODBC manager report an error message becouse he does not
accept the converted character.

What can I do to get the correct upper case character ?

Thanks in advanced !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP + ODBC on IIS (Win2k)

2002-02-26 Thread ignacio . estrada

PHP will not work on that way in order to retrieve data from Access using
ODBC.  Check the URL:

http://www.phpbuilder.com/columns/timuckun20001207.php3

See you !!!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469
- Remitido por Ignacio Estrada Fonseca/CEN/GDL/CFE con fecha 02/26/2002
09:34 -
   
  
Andrew Hill  
  
ahill@openliPara:   Sebastian Timocea 
[EMAIL PROTECTED], [EMAIL PROTECTED]
nksw.comcc:   
  
 Asunto:  RE: [PHP] PHP + ODBC on IIS 
(Win2k)
02/26/2002 
  
08:53  
  
   
  
   
  



Sebastian,

Check your System DSN - Options button, and verify that you don't have
Exclusive checked off.

Hope this helps.

Best regards,
Andrew Hill
Director of Technology Evangelism
http://www.openlinksw.com/virtuoso/whatis.htm
OpenLink Virtuoso Internet Data Integration Server

 -Original Message-
 From: Sebastian Timocea [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 26, 2002 9:47 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] PHP + ODBC on IIS (Win2k)


 Hello!

 I am having a really ugly problem here and I hope somebody can
 help me with
 this.
 I work on
 - Windows 2000 Advanced Server
 - PHP for Windows and IIS (it works ok)

 I have a DBTest.mdb database (Access 2000) and an ODBC connection to this
 database:
 System DSN=DBTest, no user and password to connect! I have tested this
 ODBC connection with a VBasic simple application and it works just fine.

 Now I create a Test.php file with this content:
 ?php
 odbc_connect(DBTest, , );
 ?

 When I open this file in the browser
 http://localhost/directory/Test.php? I
 get the next error:
 Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver]
 The Microsoft
 Jet database engine cannot open the file '(unknown)'. It is already
opened
 exclusively by another user, or you need permission to view its data.,
SQL
 state S1000 in SQLConnect in C:\inetpub\wwwroot\directory\Test.php on
line
 3

 I have checked everything and the database is not opened by anybody.
Plus,
 the Security rights are set to enable Everyone and Internet Guest Account
 (IUSR_myserver) to have Full Control ont the database.

 So, could anybody help me with this PLEASE??
 :`-(

 Thank you in advance,
 Sebastian.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Php login scripts using PHP4.01, Apache3.01 CGI on W2K

2002-01-21 Thread ignacio . estrada

Hi, am looking for good samples scripts for authentication, but I am using
the CGI version of Apache.   However could be a good way for make
authentication using some file or database as the source for the login name
and so on.

Please let me know if you know where exists a good samples scripts for
that.

Greetings!!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Nobody know nothing about? Php login scripts using PHP4.01, Apache3.01CGI on W2K

2002-01-21 Thread ignacio . estrada


Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469



ignacio.estrada@
cfe.gob.mx  Para:   [EMAIL PROTECTED]
cc:
01/21/2002 09:34Asunto:  [PHP] Php login scripts using 
PHP4.01, Apache3.01 CGI on W2K





Hi, am looking for good samples scripts for authentication, but I am using
the CGI version of Apache.   However could be a good way for make
authentication using some file or database as the source for the login name
and so on.

Please let me know if you know where exists a good samples scripts for
that.

Greetings!!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Does somebody knows a good Authentication Sample in PHP

2002-01-18 Thread ignacio . estrada

Hi, I am looking for a good sample in order to implement security in some
htm pages using PHP using Login/Paswword implementation.

Let me know if somebody knows about it.

Best Regards !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Does somebody knows a good Authentication Sample in PHP

2002-01-18 Thread ignacio . estrada

I am using:

PHP4.01 CGI Version on W2K

Greetings !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469
- Remitido por Ignacio Estrada Fonseca/CEN/GDL/CFE con fecha 01/18/2002
12:41 -

ignacio.estrada@
cfe.gob.mx  Para:   [EMAIL PROTECTED]
cc:
01/18/2002 11:55Asunto:  [PHP] Does somebody knows a 
good Authentication Sample in PHP





Hi, I am looking for a good sample in order to implement security in some
htm pages using PHP using Login/Paswword implementation.

Let me know if somebody knows about it.

Best Regards !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP + FreeBSD + ODBC -- Progress Database

2001-09-13 Thread ignacio . estrada


You can go to the google.com searching engine, type ODBCSocketServer and
you will found very good information on ODBC.  However this solution uses
Microsoft Access database.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


   
 
Joseph Koenig  
 
joe@jwebmediTo: [EMAIL PROTECTED] 
 
a.com   cc:   
 
 Subject: [PHP] PHP + FreeBSD + ODBC -- 
Progress Database  
13/09/2001 
 
08:02  
 
Please 
 
respond to 
 
joe
 
   
 
   
 




This is probably a really stupid question. I've been reading info on
phpbuilder and at iodbc.org and I must just be missing something. What I
want to do is connect to a Progress Database on WinNT from a FreeBSD 4.3
server with PHP 4.0.6. Before I compiled PHP, I was under the impression
I needed iodbc. On my PHP info page, it shows this configure line:

'./configure' '--with-mysql=/usr/local/mysql'
'--with-pgsql=/usr/local/pgsql' '--enable-trans-sid'
'--with-curl=/usr/local/bin/curl' '--enable-ftp' '--enable-magic-quotes' '
--with-apxs=/usr/local/sbin/apxs'

However, as I scroll down the page, I find this info:

odbc

ODBC Supportenabled
Active Persistent Links   0
Active Links0
ODBC libraryiodbc
ODBC_INCLUDE-I/usr/local/include
ODBC_LFLAGS -L/usr/local/lib
ODBC_LIBS-liodbc


DirectiveLocal Value
   Master Value
odbc.allow_persistent   On
On
odbc.check_persistent   On
On
odbc.default_db  no value
  no value
odbc.default_pw  no value
  no value
odbc.default_user  no value
   no value
odbc.defaultbinmodereturn as is
 return as is
odbc.defaultlrl  return up to 4096
bytes return up to 4096 bytes
odbc.max_links  Unlimited
Unlimited
odbc.max_persistentUnlimited
   Unlimited

Now, to me that looks like I could theoretically do what I want to,
correct? Any help with PHP + ODBC on FreeBSD would be much appreciated.
Thanks,

Joe

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] World Trade Centre Hit By terrorists, also pentagon

2001-09-11 Thread ignacio . estrada


We need the receive the help from Got, I believe He is the only one who can
help us on this situation 

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


   
 
nayco
 
nayco@netcouTo: Jeff Lewis [EMAIL PROTECTED], 
[EMAIL PROTECTED] 
rrier.com   cc:   
 
 Subject: Re: [PHP] World Trade Centre Hit 
By terrorists, also pentagon 
11/09/2001 
 
08:54  
 
   
 
   
 




?

This is not PHP, yeah, but important enough ...

Don't you fear a
GLOBAL $war;

???

It smells bad . the ones who did that are ugly Mo**rs, but very
strong  how could they do that ???

?back to php





(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ http://nayco.free.fr


- Original Message -
From: Jeff Lewis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2001 4:08 PM
Subject: Re: [PHP] World Trade Centre Hit By terrorists, also pentagon


 Yeah not really a PHP topic but a very serious one!  I can't believe
this!
 Two planes with the WTC, one into each tower.  One of the towers have now
 collapsed as well.  A helicopter crashed into the Pentagon with
unconfirmed
 reports of a third hijacked plane also crashing into the Pentagon.  A
plane
 circled over the white house then flew away, the white house has been
 evacuated.

 All domestic flights are on hold with military aircraft only allowed in
the
 aircurrent flights will receive a military escort...

 Sad news indeed.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] PHP 4.0.6 + GD on Windows

2001-09-07 Thread ignacio . estrada


Hi speedboy, I see that you know  the GD software and probably you have
some good experience on that.  What do you know about to compile PHP406+GD
on windows?

Greetings

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] MDB

2001-09-03 Thread ignacio . estrada


Hi, you can see the ODBCSocketServer application driver.   Check  some
related topics in the google.com search engine.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] MDB

2001-09-03 Thread ignacio . estrada


Respecto al punto 1 la respuesta es SI, ya que no es necesario involucrar
PHP en este lado.
Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


   
  
Alfredo Yong   
  
alfredo_yong_php@To: [EMAIL PROTECTED]
  
yahoo.comcc:  
  
  Subject: Re: [PHP] MDB   
  
03/09/2001 10:05   
  
   
  
   
  




Man, this is a real value!

I was in a trouble thinking how to publish data coming from the
administration area. Thinking in programming visual basic interfaces,
generate SQL inserts, etc. But now you can simply publish it and thats
all! Browsing with google, I found this well written article from Tim
Uckun ODBC Socket Server
http://www.phpbuilder.com/columns/timuckun20001207.php3?print_mode=1


Dos cositas:

1. This works for any ODBC filter installed on the windows server? So,
we can browse and update excel, text, SQL Server, etc, without having to
compile native support in the php?

2. The page at http://odbc.linuxave.net/, stated as the source for the
ODBCSocketServer server, is not on-line now. Does anybody knoes if this
will be fixed soon? Is there another source for the ODBCSocketServer
server?



Ignacio Estrada wrote:

 Hi, you can see the ODBCSocketServer application driver.   Check  some
 related topics in the google.com search engine.

 Atte. Ignacio Estrada F.
 Centro Nacional de Control de Energia
 Area de Control Occidental
 025+6463, 025+6464, 025+6469




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Image Generation Library

2001-08-08 Thread ignacio . estrada

Hi to all, I need to create web pages containing images which should be
updated periodically, but the image contents may vary as data coming from a
database varies.

What is that?, well the image will contain dynamic objects and static
objects.  The dynamic objects can be text (representing database data) and
lines, where you can change attributes like color, position, etc.  The
static objects can be filled ellipses, circles, lines, static text.

The image format can be a jpeg, gif or another type supported on html.

Does somebody know some Library with functions for create such above
images?
Does somebody know some links to find something?

I will apprecciate your attention to this.
When you come to Mexico and Guadalajara City I will pay your help inviting
you a bunch of Mexican Tacos.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+646


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] [PHP-WIN] Binary GD Library for W2K

2001-08-08 Thread ignacio . estrada

Hi All,  some partner in the world has the GD binaries ?,  please don't
doubth in tell me, I neeed it.

Or let me know som shortcut way to get it.

Thanks in advance !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] MSACCESS Insert/Updates via ODBC

2001-08-01 Thread ignacio . estrada

Hi, I am using the ODBCSocketServer object (already focused to recordset
management) to access Microsoft Access (MDB) databases .   However I do not
know how to implement functions to Insert/Update data registers.  I am a
newbye using PHP.   Do somebody  know how to implement that functions ?.
Maybe somebody know about a good example of that or have a god tip.

Actually I have implement W2K/Apache/PHP4 on my system.

Please, let me know, I will apprecciate you help.

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Character newline (\n), How to

2001-08-01 Thread ignacio . estrada

Hi, somebody know why the character newline \n doesn't work? .  I am using
the combination W2K/Apache/PHP4.  I tried the newline character on print
and echo functions but still not working.
Maybe is a stupid cuestion but I need it.

Thanks in advanced.


Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Installation PHP on W2K and Apache

2001-07-02 Thread ignacio . estrada

Hi, I'am trying to install PHP406 under W2K and Apache132 web server.  The
installation of Apache was successfull and it works. About PHP I'am trying
to install the CGI version but even the installation finishes ok, the PHP
looks not working becouse nothing happen when I load some PHP file.

I  need your help, I spend some time on these  and I can not do PHP works.

See you !!!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Installation PHP on W2K and Apache

2001-07-02 Thread ignacio . estrada

Hi, I'am trying to install PHP406 under W2K and Apache132 web server.  The
installation of Apache was successfull and it works. About PHP I'am trying
to install the CGI version but even the installation finishes ok, the PHP
looks not working becouse nothing happen when I load some PHP file.

I  need your help, I spend some time on these  and I can not do PHP works.

See you !!!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]