Building PHP-based UIs for IBM Lotus Domino ( PHP and Domino )

Hi,

With regard to the following link,

Has anyone got it working using com objects? … I tried using com objects but failed… I have installed XAMPP web server for php and have NOTES 6.5 client installed on my XP machine. When i copy pasted the code given in that i get this error :

Fatal error: Call to undefined method com::Initialize() in C:\xampp\htdocs\lotus\com.php on line 4

I tried giving the password of my notes client also in the initialize fn. Still not working.

Can anyone help me how to get this working?..Thanks in advance.

Subject: Building PHP-based UIs for IBM Lotus Domino

Hi,

I’ve got it working by using Access Lotus Domino using XML method specified in that. i dwnloaded The sample PHP application and the LotusScript agent given in that and now i cld access the notes mail db.

I checked through the code. but as i don’t have enough php knowledge, i cldn’t grasp much.

Now I’m trying to make the code for accessing a particular document in a view in a notes db using this method.

since the eg code is made for accessing the ($inbox) folder, and maildb url gets the database automatically, how do i point it to the req view in my database?

$url_maildb = “http://server/” . $_SESSION[“MailDB”];

Any help is highly appreciated.

thankyou :slight_smile: