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:/
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
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