I installed php5 and changed little bits to hopefully make it work.
Ummmmmm went ok with no errors but now no page loads, and was just giving me a blank white page. So i reset windows and now apache doesnt work, i attached a screenshot of the error i got.
Also i skipped doing
PHP Code:
04. Open a CMD window and change it's location to your current MySQL /bin folder.
05. Set your Users:
\bin> mysql --user=root mysql
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@'%'
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
mysql> GRANT USAGE ON *.* TO dummy@localhost;
cause i didnt know how to open the command window
Umm im guessing that wouldnt matter at all would it?