php-windows Digest 2 May 2002 22:16:48 -0000 Issue 1124
Topics (messages 13482 through 13497):
Re: PHP and Java
13482 by: Sandeep Murphy
zip functions
13483 by: Michael Dransfield
Re: Access databse
13484 by: Paul Roberts
window.open and php...
13485 by: Sandeep Murphy
13486 by: Mike Flynn
13487 by: Sandeep Murphy
13488 by: Mike Flynn
13489 by: Sandeep Murphy
More than one cookie
13490 by: Chris Dion
More than one cookie - more info
13491 by: Chris Dion
my forms are not being processed ......
13492 by: toby z
Re: printer_set_option
13493 by: James Earl
Sessions
13494 by: Peter Finch
13496 by: Scott Hurring
Why Global Variables turned off??
13495 by: theN
Re: PHP generation of <select> fields
13497 by: George Nicolae
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 ---
hi,
chk out the following in ur PHP.INI file... the php_java.dll file shud be
enabled and also chk out the config under the java tab... hv pasted below
the config that works for me.....
gud luck,
sands
extension=php_java.dll
[Java]
;java.class.path = .\php_java.jar
;java.home = c:\jdk
;java.library = c:\jdk\jre\bin\hotspot\jvm.dll
;java.library.path = .\
;extension=php_java.dll
java.library.path="C:\apache\php\extensions;"
java.class.path="C:\apache\php\extensions\php_java.jar;C:\jdk1.3.1_01\weblog
ic\weblogic.jar;C:\JBuilder6\ProfileStateless\classes;"
java.home = "C:\jdk1.3.1_01\bin"
java.library = C:\jdk1.3.1_01\jre\bin\server\jvm.dll
-----Original Message-----
From: Opere, James [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ]
Sent: quinta-feira, 2 de Maio de 2002 6:22
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP and Java
I have downloaded JDK1.1.8 and installed on a windows platform.The problem
is that when i copy a script, paste and try to run as a .php which has some
java in it, i get an error i.e
Fatal error: Cannot instantiate non-existent class: java in
c:\phpdev\www\phpjava.php on line 5
The script is as below:
<?php
// Create an instance of the System object
// using PHP's Java class
$system = new Java("java.lang.System");
// Get the Java version
$version = $system->getProperty("java.version");
// Write it to the screen
echo("Java Version: $version");
?>
Can anybody help me out there how i should do my configuration so that this
can run? I tried making changes in php.ini but i still get the same error.Do
i need to install anothere java? If not, how then should i go about it?
--
PHP Windows Mailing List ( http://www.php.net/ <http://www.php.net/> )
To unsubscribe, visit: http://www.php.net/unsub.php
<http://www.php.net/unsub.php>
--- End Message ---
--- Begin Message ---
Does anyone have a working version of php with zip functions enabled.
I do not have a c compiler on windows and i cannot find the php_zip.dll
anywhere.
Do i just need the dll or do i need it compiled into the binary as well?
(i am using a cgi version for php-gtk)
Can anyone help?
--- End Message ---
--- Begin Message ---
go to
Start > programs > administrative tools > Data Sources (ODBC)
then set up a system DSN, as the php user will need to access it.
the dsn name will then be the Data source name (= string dsn).
in
odbc_connect(string dsn, string user, string password [, int cursor_type)
i found that if you set up a user dsn you need to change it to a system dsn so php can
access it.
Paul Roberts
[EMAIL PROTECTED]
++++++++++++++++++++++++
----- Original Message -----
From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
To: "'Mikael Syska '" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 5:34 PM
Subject: RE: [PHP-WIN] Access database
> Don't you think you stretch these question a little bit to far now?
> This is after all a PHP-mailing list, not a M$-support e-mail list.
>
>
> Anyhow,
> M$ done its best to alter things between different versions of Windows (I am
> using NT so I don't know the exact location of the things your a looking for
> in Win2000 - since M$ focus on location in stead of functionally forcing
> people to re-learn this
> "were-to-find-what-I-already-know-what-I-want-to-do-thing" everytime they
> upgrade their version.)
>
> You need to locate the ODBC driver set up. And then you should select
> something like create a new or set up a new ODBC connection. Once you manage
> this, you need to select the MS Access ODBC driver, and tell it were to find
> the Access database file. (I am assign you already have these ODBC drivers
> installed.)
>
> And for the rest (e.g. PHP related) follow the on line manual at
> www.php.net.
>
> If you want to know more about ODBC related things I would recommend you to
> consult the MSDN online manual. MS done a lot of documentation about their
> system and it is huge source of information available there.
>
>
> Have fun,
> Anders
>
> -----Original Message-----
> From: Mikael Syska
> To: [EMAIL PROTECTED]
> Sent: 30-4-02 12:54
> Subject: Re: [PHP-WIN] Access database
>
> > Check the functions regarding ODBC support. You will need to add the
> > database in the ODBC manager and after that, it is transparent like
> > any other DSN database.
>
>
> How do i do that, I use Windows2000 and i don't know how to do that, i
> can
> find the OBDC settings but don't know what to change....
>
> And I get this failure when I tries to connect to my "data.mdb"
>
> Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name
> not
> found and no default driver specified, SQL state IM002 in SQLConnect in
> c:
> \apache\htdocs\access\index.php on line 18
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--- End Message ---
--- Begin Message ---
hi,
I hv a problem related to the window popup and my php script..
I need to send values for the widht and height dynamically thru my php like
the fwg:
function ope(page,wid,hgt){
//open (page, "page",
"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscre
en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
"myWindow")
open (page, "page",
"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,loc
ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "myWindow")
}
</script>
The window does pop ups but ignores the widht and height sent.. whereas if i
hardcode the values for the pop up is works...
Isnt is possible to send values for the window parameters dynamically?? if
so what am i doing wrong??
TIa,
sands
--- End Message ---
--- Begin Message ---
Ummm are we talking JavaScript or PHP here? Opening windows is a function
of JavaScript, being that is occurs on the client side and not the server
side. If you call ope('stuff.php', 100, 200) somewhere in your page, then
your function will work fine. There are a number of ways to have PHP
provide the values of height and width to the JavaScript, either having PHP
hardcode it into your window open function if all calls to it are going to
have the same width and height on a page, or having PHP hardcode it into
the function CALLS, so each call to ope() uses a specific height and width
provided by PHP. It would take a while to explain this fully. But if you
understand the difference between PHP (server-side) and JavaScript
(client-side), then it should be pretty clear after some tries.
Good luck,
-Mike
At 04:21 PM 5/2/2002 +0100, Sandeep Murphy wrote:
>hi,
>
>I hv a problem related to the window popup and my php script..
>
>I need to send values for the widht and height dynamically thru my php like
>the fwg:
>
>function ope(page,wid,hgt){
>
>
> //open (page, "page",
>"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscre
>en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
>"myWindow")
>
> open (page, "page",
>"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,loc
>ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "myWindow")
> }
>
> </script>
>
>The window does pop ups but ignores the widht and height sent.. whereas if i
>hardcode the values for the pop up is works...
>
>Isnt is possible to send values for the window parameters dynamically?? if
>so what am i doing wrong??
>
>TIa,
>
>sands
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
Mike Flynn - Burlington, VT
http://www.mikeflynn.net/ - [EMAIL PROTECTED]
home=>work=>home=>store=>home [repeat daily]
--- End Message ---
--- Begin Message ---
hi,
What you have suggeste is exactly what I am doing.. however the function
ope() accepts only the URL and ignores the width and height... and sometime
it accepts the URL and the first parameter alone... I hv checked and
rechecked the code and cant find whats wrong with it....
any more suggestions???
Thnx again..
Sands
-----Original Message-----
From: Mike Flynn [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 2 de Maio de 2002 16:33
To: Sandeep Murphy; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] window.open and php...
Ummm are we talking JavaScript or PHP here? Opening windows is a function
of JavaScript, being that is occurs on the client side and not the server
side. If you call ope('stuff.php', 100, 200) somewhere in your page, then
your function will work fine. There are a number of ways to have PHP
provide the values of height and width to the JavaScript, either having PHP
hardcode it into your window open function if all calls to it are going to
have the same width and height on a page, or having PHP hardcode it into
the function CALLS, so each call to ope() uses a specific height and width
provided by PHP. It would take a while to explain this fully. But if you
understand the difference between PHP (server-side) and JavaScript
(client-side), then it should be pretty clear after some tries.
Good luck,
-Mike
At 04:21 PM 5/2/2002 +0100, Sandeep Murphy wrote:
>hi,
>
>I hv a problem related to the window popup and my php script..
>
>I need to send values for the widht and height dynamically thru my php like
>the fwg:
>
>function ope(page,wid,hgt){
>
>
> //open (page, "page",
>"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscr
e
>en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
>"myWindow")
>
> open (page, "page",
>"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,lo
c
>ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "myWindow")
> }
>
> </script>
>
>The window does pop ups but ignores the widht and height sent.. whereas if
i
>hardcode the values for the pop up is works...
>
>Isnt is possible to send values for the window parameters dynamically?? if
>so what am i doing wrong??
>
>TIa,
>
>sands
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
Mike Flynn - Burlington, VT
http://www.mikeflynn.net/ - [EMAIL PROTECTED]
home=>work=>home=>store=>home [repeat daily]
--- End Message ---
--- Begin Message ---
Ok.. try this.. your commas, quotation marks, plus marks, etc are all
messed up.
var winMy;
function ope(page,wid,hgt){
winMy = window.open(page,
'winMy','height='+hgt+',width='+wid+',channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
}
It's a javascript question, fyi. Not that I personally care. :)
-Mike
At 04:38 PM 5/2/2002 +0100, Sandeep Murphy wrote:
>hi,
>
>What you have suggeste is exactly what I am doing.. however the function
>ope() accepts only the URL and ignores the width and height... and sometime
>it accepts the URL and the first parameter alone... I hv checked and
>rechecked the code and cant find whats wrong with it....
>
>any more suggestions???
>
>Thnx again..
>
>Sands
>
> >function ope(page,wid,hgt){
> >
> >
> > //open (page, "page",
> >"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscr
>e
> >en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
> >"myWindow")
> >
> > open (page, "page",
> >"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,lo
>c
> >ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "myWindow")
> > }
> >
> > </script>
> >
> >The window does pop ups but ignores the widht and height sent.. whereas if
>i
> >hardcode the values for the pop up is works...
> >
> >Isnt is possible to send values for the window parameters dynamically?? if
> >so what am i doing wrong??
> >
> >TIa,
> >
> >sands
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>Mike Flynn - Burlington, VT
>http://www.mikeflynn.net/ - [EMAIL PROTECTED]
>home=>work=>home=>store=>home [repeat daily]
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
Mike Flynn - Burlington, VT
http://www.mikeflynn.net/ - [EMAIL PROTECTED]
home=>work=>home=>store=>home [repeat daily]
--- End Message ---
--- Begin Message ---
thnx guys..
works now..:)
-----Original Message-----
From: Mike Flynn [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 2 de Maio de 2002 16:46
To: Sandeep Murphy; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] window.open and php...
Ok.. try this.. your commas, quotation marks, plus marks, etc are all
messed up.
var winMy;
function ope(page,wid,hgt){
winMy = window.open(page,
'winMy','height='+hgt+',width='+wid+',channelmode=0,dependent=0,directories=
0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolba
r=0');
}
It's a javascript question, fyi. Not that I personally care. :)
-Mike
At 04:38 PM 5/2/2002 +0100, Sandeep Murphy wrote:
>hi,
>
>What you have suggeste is exactly what I am doing.. however the function
>ope() accepts only the URL and ignores the width and height... and sometime
>it accepts the URL and the first parameter alone... I hv checked and
>rechecked the code and cant find whats wrong with it....
>
>any more suggestions???
>
>Thnx again..
>
>Sands
>
> >function ope(page,wid,hgt){
> >
> >
> > //open (page, "page",
>
>"height="+hgt,"width="+wid,"channelmode=0,dependent=0,directories=0,fullscr
>e
> >en=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
> >"myWindow")
> >
> > open (page, "page",
>
>"height=30,width=50,channelmode=0,dependent=0,directories=0,fullscreen=0,lo
>c
> >ation=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0",
"myWindow")
> > }
> >
> > </script>
> >
> >The window does pop ups but ignores the widht and height sent.. whereas
if
>i
> >hardcode the values for the pop up is works...
> >
> >Isnt is possible to send values for the window parameters dynamically??
if
> >so what am i doing wrong??
> >
> >TIa,
> >
> >sands
> >
> >--
> >PHP Windows Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>Mike Flynn - Burlington, VT
>http://www.mikeflynn.net/ - [EMAIL PROTECTED]
>home=>work=>home=>store=>home [repeat daily]
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
Mike Flynn - Burlington, VT
http://www.mikeflynn.net/ - [EMAIL PROTECTED]
home=>work=>home=>store=>home [repeat daily]
--- End Message ---
--- Begin Message ---
I am using PHP 4.2.0 and I am trying to set some cookies. The problem is
only the last one get set. Yes the cookie names are different. Any ideas?
--Chris
--- End Message ---
--- Begin Message ---
Ok as i said before the only cookie being written is the last call to
setcookie
I'm using Php 4.2.0
Apache 2.0.35
Windows XP
I'm setting the cookie like:
setcookie("dawg_tag", "test1", time()+(24*3600*365));
setcookie("dawg_visits", "test1", time()+(24*3600*365));
setcookie("dawg_session", "test1", time()+1800);
--Chris
--- End Message ---
--- Begin Message ---
hi
im having the same problem ....
i have even tried re-writting all the tags .... but it
still doesnt work ....
secondly .... i have to save the inputs from the form
fields in a ".xml" file .... i did that in asp ... i
dont know how to get about it in php .... the book
only talks bout writting a string to a file ... while
i have multiple stingz to b saved ....
will somebody help pleez ....
toby
--- Erik <[EMAIL PROTECTED]> wrote: > hi,
>
> when i have a page tht handles forms with php it
> doesn't work i don't get
> any error message it just shows me the same page
> over and over again i even
> added
> error_reporting(15); at the top of the script no
> luck windows always shows
> me the same page i may click submit a douzend of
> times it always show the
> same
>
> any solution for this issue ?
>
> thanks
> Erik
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--- End Message ---
--- Begin Message ---
I gave that a try and it still didn't work for me. I noticed in the PHP
documentation, one
individual wasn't able to use printer_write() in Win98. Is it possible that the
printer_set_option() isn't working in Win98?
I've also tried re-arranging in other ways, and also simplifying the code so it's just
the bare
minimum and it still has no effect on the printer settings. I've also tried some of
the other
printer_set_option "options"
Is there any way to debug what's going on?
--- "Frank M. Kromann" <[EMAIL PROTECTED]> wrote:
> If I remember correct you should use the printer_set_option() function before
> printer_start_doc() and printer_start_page()
>
> If I'm wrong I'll have to check teh code :-)
>
> - Frank
>
> > Hi,
> >
> > I've been working with the printer extension lately... for work, not for fun! I'm
>running PHP
> > 4.2.0, and Apache 1.3.24 on Windows 98.
> >
> > I've been having problems exclusively with the printer_set_option function. It
>doesn't seem
> to
> > have any effect on the printers settings.
> >
> > $handle = printer_open();
> > printer_start_doc($handle, "My Document");
> > printer_start_page($handle);
> >
> > if ($labelSize == "mail") {
> > printer_set_option($handle, PRINTER_PAPER_FORMAT, PRINTER_FORMAT_CUSTOM);
> > printer_set_option($handle, PRINTER_PAPER_LENGTH, ????);
> > printer_set_option($handle, PRINTER_PAPER_LENGTH, ???);
> > } elseif ($labelSize == "ship") {
> > printer_set_option($handle, PRINTER_PAPER_FORMAT, PRINTER_FORMAT_CUSTOM);
> > printer_set_option($handle, PRINTER_PAPER_LENGTH, ????);
> > printer_set_option($handle, PRINTER_PAPER_LENGTH, ???);
> > }
> >
> > // Print stuff here...
> >
> > printer_end_page($handle);
> > printer_end_doc($handle);
> > printer_close($handle);
> >
> > This is basically what I'm trying to do. I know it get's into the if and elseif,
>then it
> prints
> > using the settings that are set in the windows printer settings.
> >
> > Any suggestions?
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--- End Message ---
--- Begin Message ---
I am learning PHP from the Greenspan and Bulger book, on a Windows
development system using PHP 4.1.2 and Apache. All has worked fine until I
got to sessions. This simple program:
<?php
session_start();
?>
produces this output:
Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21, O_RDWR) failed: No
such file or directory (2) in c:\phpweb\post-march-2002-stuff\learning3.php
on line 2
Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21, O_RDWR) failed: No
such file or directory (2) in Unknown on line 0
Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp) in Unknown on line 0
I have provided a directory called tmp as a sub directory of the directory
in which the little program resides. It is not read only. Phpinfo() shows
session.save_path as /tmp.
Would anyone help me please?
Peter Finch
--- End Message ---
--- Begin Message ---
you have to setup the directory for sessions in your
'php.ini' file.
It defaults to '/tmp', which is *not* a subdir, but
a root-dir (AFAIK), so either create "C:/tmp" or
set it to something else.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -----Original Message-----
> From: Peter Finch [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 02, 2002 4:12 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Sessions
>
>
> I am learning PHP from the Greenspan and Bulger book, on a Windows
> development system using PHP 4.1.2 and Apache. All has worked
> fine until I
> got to sessions. This simple program:
> <?php
>
> session_start();
>
> ?>
>
> produces this output:
>
> Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21,
> O_RDWR) failed: No
> such file or directory (2) in
> c:\phpweb\post-march-2002-stuff\learning3.php
> on line 2
>
> Warning: open(/tmp\sess_d7e26c0283f94a430da8f7fc4138ca21,
> O_RDWR) failed: No
> such file or directory (2) in Unknown on line 0
>
> Warning: Failed to write session data (files). Please verify that the
> current setting of session.save_path is correct (/tmp) in
> Unknown on line 0
>
> I have provided a directory called tmp as a sub directory of
> the directory
> in which the little program resides. It is not read only.
> Phpinfo() shows
> session.save_path as /tmp.
>
> Would anyone help me please?
>
> Peter Finch
>
>
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Hi All
I am a PHP newbie. I don't understand why global variables are turned off by
default in PHP4.2.0... something to do with security. Could some one please
help me understand how it's a security issue. Thanks
--- End Message ---
--- Begin Message ---
you make two mistakes. let's see the correct code:
for ($i=1;$i<=12;$i++)
{
if($i == date(m))
//first here ^^^ (must be == not just one "=")
{
$selected = " selected";
}
//here is the second: if $selected ="selected" for $i=4 (may) $i will be
remain selected for all month > then may
//you need the following line to correct this problem.
else $selected="";
print "<option
value=\"".date(m,mktime(0,0,0,$i))."\"$selected>".date(F,mktime(0,0,0,$i))."
</option>\n";
}
--
Best regards,
George Nicolae
IT Manager
___________________
PaginiWeb.com - Professional Web Design
www.PaginiWeb.com
"Dash McElroy" <[EMAIL PROTECTED]> wrote in message
ABA3F1F1A223D411BE6C006008A6F7E23E6425@MSX1-PTON">news:ABA3F1F1A223D411BE6C006008A6F7E23E6425@MSX1-PTON...
> I am trying to use PHP to generate and automatically select the current
> month in an HTML Form. Here is the code that flails:
>
> for ($i=01;$i<=12;$i++) {
> if($i = date(m)) {
> $selected = " selected";
> }
> print "<option
>
value=\"".date(m,mktime(0,0,0,$i))."\"$selected>".date(F,mktime(0,0,0,$i))."
> </option>\n";
> }
>
> The output is a large amount of April's in the Select dropdown box - my
> machine then goes crazy for a while whilst the hard drive chunks like mad.
>
> Thanks.
>
> -Dash
--- End Message ---