[PHP] Hello, php is awsome.

2003-03-12 Thread Tim Hoffmeyer
Hello everyone. This is kinda off topic but im new. Not to php the list. Im going to post some of my php in here for the fun of it. Incase anyone needs some cool php or anything. Thankyou. -- - Tim Hoffmeyer - Zizzo.biz __

Re: [PHP] JDBC? Was: [PHP] Hello! PHP

2001-03-17 Thread Julian Wood
I'm not quite sure what you mean. You use a JDBC driver to connect your java program to an sql db. PHP has an abstracted db layer which parallels the function of JDBC for the php environment. PHP also has db-specific API's, which tend to be somewhat faster and can take advantage of specific db

Re: [PHP] JDBC? Was: [PHP] Hello! PHP

2001-03-17 Thread andrew
actually, just wondering if PHP can use JDBC drivers to connect to databases. what is the 'abstracted db layer' that you mention? regards, andrew On 3/17/01 2:52 PM, "Julian Wood" [EMAIL PROTECTED] wrote: I'm not quite sure what you mean. You use a JDBC driver to connect your java program

Re: [PHP] JDBC? Was: [PHP] Hello! PHP

2001-03-17 Thread Julian Wood
No - PHP has it's own drivers, just like perl has it's own (DBI), and java has it's own (JDBC). As for PHP's abstraction layer, PHP comes built with one for dbm style db's (http://www.php.net/manual/en/ref.dba.php), but not for sql type db's. Several abstraction layer projects for sql db's have

[PHP] Hello! PHP

2001-03-16 Thread Celestino Roberto Alejandro
Hello, i'm working with PHP, and i need use a classes that this company have developed in java, can i use it from php? ...yes, i know that i can, but, when i make the configuration of the php.ini, run the hello example, all rights, but, when i make a class that use a frame of awt, for show a

Re: [PHP] Hello! PHP

2001-03-16 Thread bard
If you want to e mail me privately I'll go into greater detail. But, to be brief, let me just say this. DON'T DO IT. Use jsp or python or anything else that talks to java. I've tried every available permutation of php/java on SEVERAL different plat- forms with simlilarly bad results on all of

[PHP] JDBC? Was: [PHP] Hello! PHP

2001-03-16 Thread andrew
On a related noted, does PHP have JDBC support? I'm unable to find anything about this - anyone know if it's possible? regards, andrew On 3/15/01 5:49 PM, "bard" [EMAIL PROTECTED] wrote: If you want to e mail me privately I'll go into greater detail. But, to be brief, let me just say