[PHP] need background info on PHP & Java
Hi, I know, I've posted a while back, but I still couldn't find any docuuments on how PHP and Java interact. I know what I've pulled out of the manual and I knwo I could also connect via Java Servlet (thx Ray) but that's just not enough, to satisfy. I mean if I'm using it, I sure want to know why it's working and how. To give you an rough idea on what I'm talking about here is some sampe code: getProperty("java.version")." \n"; thx I'd really apreciate it as my boss want's an answer, too. Jan Bro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] How does PHP interact when using Java?
Hi, I've just got PHP working with Java. It connects to a remote Oracle DB with Java and without the Oracle Client installed on my machine, it's sure a beauty. What I was wondering, what's behind it, I mean how does it work? I transfer Objects in Java and get data out. How do PHP and Java interact, after all they are two different technologies. I've searched google and pretty much every site I could think off, but I've found nothing more than a setup tutorial. By the way, I should mention if you have them interact, Apache + PHP doesn't like java packages at all. PHP blows off with a severe error message. thx Jan Bro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP & Java
Hi I hope there is anybody out there familiar with PHP and Java. I've got the following Code: If I only use one of the two objects, which one doesn't matter, it works. IF I try to initiate them both PHP.exe is closing down on me. In Apache error log I get the folowing error: [Sun Jun 29 10:58:32 2003] [error] [client 127.0.0.1] Premature end of script headers: c:/apache/php4/php.exe Other than that I've seem to have a good configured System, as there are no more errors. I run a win2000 with apache 1.3.2 with php 4.3.1 thx Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Can't PHP handle more than one java objekt????
Hi, I've got the following code: If I comment one of the two java object lines, I get no error. If I use'em both, It creates a nasty error message, after which php.exe is closed down. Has any of you an idea on how to solve this? thx Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
WG: [PHP] Looking for partner for credit cards
thx folks, I'll check them all out Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Looking for partner for credit cards
Hi, I'm sure lot's of you have done their shop with PHP in the US. Could anybody give me a tip on a good partner that fits into a shopping site? I've to overwork a shop, which cooperates with paypal. They require registration of the credit card user, which is absolutely not acceptable. The shop is still very small so I'd prefer something with a very small monthly fee. Charge for actual transaction doesn't matter that much. 'Hope some of you know one or two good credit card partners (for the usuall credit cards used in the US) thx Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] receiving data elements from Access
I've got the following code: $datum_beginn="2002-12-12"; $datensatz=odbc_exec($db_connection,"select * from Termin where Datumsfeld >'#$datum_beginn#'"); I get an error message that data in creteria doesn't match. (free translation) The error def. lays in Datumsfeld >'#$datum_beginn#'. How do I get a list of all entries with a date that lay behind a certain date? I'd prefer to let the database do the job for me, rather than pulling everything out and get the relevant data with php. thx Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php