Re: [PHP-WIN] Excel COM

2001-04-19 Thread MD
I have also had such errors when using COM objects in general. I have not been able to pinpoint exactly the cause, but it seems that using any COM object in invisible mode ( setting the visible property to fasle) will increase your chances of failure. You also may find that you simply will not hav

Re: [PHP-WIN] While not working

2001-04-19 Thread MD
you have a colon instead of a semi colon. (:,;) also, if u continue having problems, use mysql_fetch_row instead of mysql_fetch_array mike ""Danilo Meles"" <[EMAIL PROTECTED]> wrote in message 001801c0c8fd$3e9272c0$23cecac8@BLUE">news:001801c0c8fd$3e9272c0$23cecac8@BLUE... > Hy There; > > I'm t

Re: [PHP-WIN] About mysql

2001-04-04 Thread MD
Honestly, it is hard to understand the question but if you are asking how to obtain more than 1 result set out of a mysql_query I suggest mysql_fetch_row. example: $query = mysql_query("SELECT * FROM TableName", $conn); while($query_data = mysql_fetch_row($query)) { echo("Value1:" . $query_

Re: [PHP-WIN] Problem with php4 and PWS

2001-03-18 Thread MD
Skip PWS and get the free Xitami Server from imatix.com. You may find another solution to your PWS problem, however in my experience PWS can introduce so many more problems down the line that for use in learning to develop in PHP on a win machine, just get xitami or apache (apache is a better serv

Re: [PHP-WIN] COM Objects anyone?

2001-03-12 Thread MD
pps: > > http://msdn.microsoft.com/library/officedev/off2000/xltocobjectmodelapplicat ion.htm > > Mikey > > >= Original Message From "MD" <[EMAIL PROTECTED]> = > >Does anyone have some info on accessing other COM objects with php? I've > >

[PHP-WIN] COM Objects anyone?

2001-03-12 Thread MD
Does anyone have some info on accessing other COM objects with php? I've tried Word and that worked pretty good, although I would also like to know more about how to format the text being sent to word and how to format tables and such(can it also read-in text?). I am sure that there are plenty of