[PHP] COM

2002-01-31 Thread Mainolfi, Joe
is anyone out there familiar with COM built into Php? This is my code: $sheet = Range(B6:B9)-Select; $sheet-Selection-Borders(xlEdgeBottom); $sheet-Selection-LineStyle = 9; //xlContinuous $sheet-Selection-Weight = 2; //xlThin I get an error everytime I use the Range method and some other

[PHP] COM Question- Please Help

2002-01-31 Thread Mainolfi, Joe
This is what I am trying to do. I am trying to add a border to the bottom edge of a cell. The Range and some other methods seem to not work with the syntax that the VB editor in excel says. Like Range in the vb editor is Range(A1:B9).Select. When I try this in php it gives me and error. I

[PHP] Compare strings

2001-12-05 Thread Mainolfi, Joe
Is there another way to compare the values of 2 strings other than strcmp(). This function is not consistent with its results and is causing so many headaches. I am somewhat new to Php so any help is appreciated. Thanks __ Joseph D. Mainolfi