--- John Hicks <[EMAIL PROTECTED]> wrote:
> I have just installed PHP4.3.3-Win32. I have a book that said create
> a phpinfo.php ( <? phpinfo(); ?> ) file and place it in my Apache 2
> htdocs file.

So you installed both Apache and PHP?

The first thing you need to do is figure out what your document root is (it is
on your filesystem) and what the corresponding URL is.

> I did this and when I run it opens in a blank page of DreamweaverMX.

Dreamweaver is an editor, right? It might have some libraries that make it
perform some Web browser rendering and such, but it is much better to test in a
real Web browser (not IE).

> I tried to "open with" Internet Explorer and it does nothing.

View source. Do you see your code? If so, you need to configure Apache to parse
PHP files.

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to