Okay so a continuation from this question, where you experts intro\'d me to WAMP, which can basically execute PHP within a Windows XP environment.
So now I\'ve got i
just go to wamp>bin>apache>apache 2.2.17>conf>httpd.conf (file) change Listen 80 to Listen 8080 save the file n restart the services this time type http://localhost:8080
Listen 80
Listen 8080