Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Panos Konstantinidis
 
 What's the problem with the Reply All button?
 

  Which of the following words you just don't
understand: *some mail clients (eg yahoo) do not have
a Reply All button?


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Panos Konstantinidis

 Which of the following words you just don't
 understand: The
 Reply All button is just BESIDE (on the right
 side) of the
 Reply button!

  There is not such a button.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Panos Konstantinidis
 
 Breaking the list to cater for broken mail clients
 is a ludicrous suggestion.

  Do you think lame arguments like the following
aren't?

(from http://www.unicom.com/pw/reply-to-harmful.html)

Some administrators justify Reply-To munging by
saying, All responses should go directly to the list
anyway. This is arrogant. 

  (while sending a personal e-mail and noone else has
a chance to find about a particular problem and a
solution is not arrogant. I wonder what's the point of
mailing lists then?)

You should allow *me* to decide exactly how I wish to
respond to a message.

  (This counterbalances  our add a reply-to-all
functionality messages. Probably the author didn't
take into account that *I* should also be allowed to
reply to all people and that this should be *my*
choice)


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



Re: [PHP] PHP with Java extension

2003-11-25 Thread Panos Konstantinidis
  Hello

 options some of which ray has suggested. Others
 include soap or writing 
 out objects using the  XMLEncoder class (1.4+) and
 decoding them with a 
 parser in your php.

  this is also a possible solution but the java system
that does the processing is already written and
tested, the only thing left to do is to read some
values from a form and pass them to it. BEsides I have
no clue about PHP and its syntax so I wouldn't want to
delve too deep into it. I'd like to keep on
researching the PHP to Java solution.

  Any more thoughts?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



[PHP] PHP with Java extension

2003-11-23 Thread Panos Konstantinidis
  Hello, I am completely new to PHP and due to some
disparate components in our system I am trying to
integrate PHP with Java. I have followed the
instructions in the README file (under the ext/java
folder in the PHP bundle) but I have hit a snag two
days now.

  I have done several changes in my php.ini file but
none of them seems to work. Apache seems to be able to
find the JVM butu nfortunatelly the page does not
load.

  With Opera 6.1 it just goes into a spastic fit and
tries to connect and reconnect all the time (a problem
similar to this URL:
http://www.phpbuilder.com/annotate/message.php3?id=1014708.)
with no error messages on the apache logs. If I use
Netscape I just get the error message that the browser
cannot load an empty document. If I use Mozilla it
loads the page up fine but when I do view source it is
an empty document (only the html and body tags are
there, nothing else). I have tried every hack
described on php.net and phpbuilder.com but to no
avail, so you are my last hope.

  Any ideas and recommendations are more than welcome.

  Additional info:

php.ini:
extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20020429
extension=libphp_java.so
java.class.path=/usr/local/apache/php/lib/php/php_java.jar
java.home=/homa/panos/java/j2sdk1.4.0
java.library=/home/panos/java/j2sdk1.4.0/jre/lib/i386/server/libjvm.so
java.library.path=/usr/local/lib/php/extensions/no-debug-non-zts-20020429

php file I am using for testing:
?php
print testing...;
$systemInfo = new Java(java.lang.System);
print Total seconds since January 1,
1970:.$systemInfo-currentTimeMillis();

?

os: Mandrake Linux 8.1 with kernel 2.4.8-26mdk
php: 4.3.1
apache: 2.0.43
java: 1.4.0

  Thank you.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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