Wrox Programmer Forums
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 8th, 2007, 04:07 PM
Registered User
 
Join Date: Feb 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning PHP

Hi everyone
     I bought the book Beginning PHP 4 a long time ago, and am just now getting around to getting started. I am running Windows 2K Professional and IIS 5. I downloaded the msi file for PHP 5.2.0 from PHP website and installed it. I made a simple HTML page with "PHP info to follow" and then <?php phpinfo(); ?>. When I call up the test.php page on the localhost all that shows up is the HTML text. Can anyone help me please. Now that was stupid. Naturally there is someone out there that can help! Please. Thank you

everetts
 
Old February 9th, 2007, 04:19 PM
Friend of Wrox
 
Join Date: Nov 2005
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi everetts,

My quess is ur php isnt working on ur IIS. Try a simple php file with only the following code to see if ur php works
Code:
<?php
echo("php is working");
?>
if the tags show up your php isnt working
I php running on IIS. However I've been working on it for days to get php to work on IIS and I recommend u just download Xampp which will make php and mysql work with one simple installation prosedure.

regards

DJ Kat

__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.
 
Old February 10th, 2007, 10:51 AM
Registered User
 
Join Date: Feb 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by Dj Kat
 Hi everetts,

My quess is ur php isnt working on ur IIS. Try a simple php file with only the following code to see if ur php works
Code:
<?php
echo("php is working");
?>
if the tags show up your php isnt working
I php running on IIS. However I've been working on it for days to get php to work on IIS and I recommend u just download Xampp which will make php and mysql work with one simple installation prosedure.

regards

DJ Kat

__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.
Thanks DJ Kat. I tried your suggestion and it worked. Different day and now it works. Maybe all I needed to do was re-boot. DUH!!! Thanks again






Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning PHP, Apache ... Thank You ! dotty Wrox Book Feedback 0 January 16th, 2005 07:53 AM
Beginning PHP Snib Forum and Wrox.com Feedback 4 September 24th, 2004 04:33 PM
Beginning PHP: CH17, PHP Directory cyberjacky Beginning PHP 1 March 12th, 2004 11:39 AM
Beginning PHP Chapter 3- gbengadaniel Beginning PHP 1 January 25th, 2004 05:19 PM
BEGINNING PHP 4 Jacek Hibner Wrox Book Feedback 1 August 2nd, 2003 07:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.