php call java

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
student123
Forum Newbie
Posts: 1
Joined: Wed Dec 09, 2009 11:28 pm

php call java

Post by student123 »

hi,
i am using the mysql db for my website i written all db funtionality in java and use that class in php script but when i make a call to the connection method in java class it gives com.mysql.jdbc.driver not found error and return nullpointer to me ....

how i solve that problem ?

can anybody help me on that.plz
Post Reply