also look at this link
http://azimyasin.wordpress
Main Topics
Browse All TopicsI've just purchased a new computer with Windows 7 64 bit and I need some information on how to install Apache and PHP.
With Win32 I followed David Powers Tutorial and also have used Wamp but it looks like those off-the-shelf options are not available for 64 bit systems.
John
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
also look at this link
http://azimyasin.wordpress
type this url http://localhost/xampp/ in thr browser and then click on the php info from the left
hi
the php is not a serivce thats why you dont see it Apache and Mysql runs as a service the XAMPP apache is configured with php infact you can configure php with IIIS (Internet Information Service) web server or other servers as well let me know the outcome once you clicked on the url
if you have followed default installation the your web root directory is C:\xampp\htdocs if you put small script in this directory
call it test.php
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
open this url http://localhost/test.php
Yes. I've got a few DW sites all using PHP. It's just that it all installed so well a few years ago on my XP machine that I've never had to re-visit why it all works.
I'm going to bed now. I've been setting up the new computer for 20 hours straight so I'll get back to it with a sort of fresh brain tomorrow.
thanks matti.
Business Accounts
Answer for Membership
by: mattibuttPosted on 2009-11-07 at 02:14:14ID: 25765690
hi rch/?type_ of_search= soft& words =XAMPP
have you tried XAMPP also when you run the file right click on this executeable file and select compatibility and select windows xp from drop down list
http://sourceforge.net/sea