Thread: PHP Beginner
View Single Post
Old 01-23-2013, 10:11 PM   PM User | #6
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,665
Thanks: 45
Thanked 456 Times in 444 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by jammyb View Post
I am running windows 7
Win7 by default doesn't allow some wamp packages to run due to a system permission issue which didn't exist in XP.

What you have to do is this:
Right click on each programs .exe file (apache.exe, mysql.exe and php.exe), click properties then the compatibility tab. Now at the bottom, click "Change settings for all users". At the bottom of the next window you must check "Run this program as an administrator". Ok your way out of that and then re-try to run it again (also be sure to be rid of IIS).

FYI there is also the uniformserver - another wamp setup which I personally found to be better than xamp because it takes less disk space and still has most of the functionality.
__________________
Please don't be rude: Put your php code in [php][/php] tags. It is a sticky topic at the top of the forum and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote