Re: [PHP-WIN] Question about directory & file operations

2006-03-18 Thread GT
Tried realpath... It broke my checks.. I was right back where I started. It completely hosed my regex. I did simplify my check routine $path = $_GET["path"]; if( !isset( $path ) || $path == "" || !file_exists($path) || eregi('(^.:$|^\..|^\/?\..|^\/|^.:/$)', $path) ) { $path = "D:/

[PHP-WIN] CubeCart Experience on Windows/IIS?

2006-03-18 Thread Jeff Chastain
I have very little experience with PHP, but I am looking for an inexpensive/free shopping cart solution for my wife and came across CubeCart. It had everything I was looking for as well as a good price, but I am having some difficulties with the installation. It seems everybody on the CubeCart fo

[PHP-WIN] Handle a serial communication on COM1

2006-03-18 Thread select now
Hi, I intend to manage a serial communication with a cash register trought COM1. Everything works fine, only after I set manually an open connection to COM1 with an Windows32 dedicated apps. I want to eliminate this proceeding to manage this communication by main php application. I want to find