RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-13 Thread Justin.Baiocchi
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 ?php $comobjOutlook = new COM(outlook.application) or die(Unable to instantiate outlook);

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-07 Thread Justin.Baiocchi
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 html/html and nothing else. The Outlook.exe

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-06 Thread Justin.Baiocchi
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

[PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-05 Thread Justin.Baiocchi
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

RE: [PHP] keeping format of text in textbox

2004-11-11 Thread Justin.Baiocchi
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 bThank you, your