Hi, perhaps someone might be able to look at this code - it works when I
run it from the command line, but not when viewed through a web page. I
am running IIS 6 on Windows 2003 server.
Thanks
Justin
Activate;
# This is your mailbox name just like it appears in your Folders view.
It might be
To be honest I am not sure where the code is failing - it is starting
Outlook.exe on the server so I assume it is able to instantiate the COM
application (I think that is what it is called!).
If I stop the page load and do a 'view source' all I see is
and nothing else. The Outlook.exe process als
Still no luck I am afraid. Same thing happens - it kicks off an instance
of Outlook.exe on the server, but the page never loads, it just stays
blank with a never-ending progress bar.
I thought it could be security related but have shared out my Calendar
with default having reviewer access.
I am u
Hello all,
I am trying to publish an Outlook Calendar on a web page using PHP and
COM. I have managed to track down on the net some examples of how it
could be done. The most promising is the code below. However, all that
happens is that outlook.exe is started on the server, but nothing is
displa
I use this when submitting the data from the form (for jokes):
if ($submit)
{
$joke = nl2br($joke);
$dbcnx = @mysql_connect( "localhost", "root", "password");
mysql_select_db("movements");
$sql = "INSERT INTO jokes SET author='$author', joke='$joke', id='$id'";
mysql_query($sql);
echo "Thank you
5 matches
Mail list logo