[PHP-WIN] Window Server New Version Hersh Corporation

2008-04-15 Thread Dale Hersowitz
We are going to get ready to migrate a few our boxes to the new version of windows server running iis 7.0. What are some of the items we need to be aware of? We are currently running our main domains (hershonline.com for the hersh corporation) on iis 6.0. What sites do you recommend to review to

[PHP-WIN] windows iis 7 questions from hersh corporation

2008-04-15 Thread Dale Hersowitz
We are going to get ready to migrate a few our boxes to the new version of windows server running iis 7.0. What are some of the items we need to be aware of? We are currently running our main domains (hershonline.com for the hersh corporation) on iis 6.0. What sites do you recommend to review to

[PHP-WIN] security for hersh site

2008-04-15 Thread Dale Hersowitz
Hi, I would like to ensure that our php.ini is fully locked down to prevents individuals from any exploiting vulnerabilities in our site. (hershonline.com) What sites do you recommend to gather this information? Do you recommend running tools like securitymetrics.com? I ran this on our site (hersh

Re: [PHP-WIN] Upload Files!

2008-04-15 Thread Jarrett Meyer
Files and all associated properties are saved in the $_FILES[] variable. From here, you can get the file name, file size, etc. I would recommend that you come up with your own name for the file. My code may not be right, but it will be close. $LocalFilePath = /path/to/local/files/ $LocalFileN

[PHP-WIN] Upload Files!

2008-04-15 Thread Matthew Gonzales
Hello, I am wondering if anyone out might be able to point me in the right direction on uploading files from a website into MySQL Databses. I am trying to create a way for members to upload files and associate them with there user profile. What data type must I use. Thanks for your help in ad