RE: [PHP] testing on a local server

2005-11-18 Thread Jay Blanchard
[snip]
i am new to PHP and web programming/management in general...

Using Dreamweaver I am trying to preview .php files on the local server, but
the
page won't show up in a web browser. This is probably a stupid question, but
does that just mean I need to install PHP on my computer?
[/snip]

You need to install PHP on your local server.

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



Re: [PHP] testing on a local server

2005-11-18 Thread David Grant
http://www.php.net/manual/en/tutorial.php#tutorial.requirements

[EMAIL PROTECTED] wrote:
 i am new to PHP and web programming/management in general...
 
 Using Dreamweaver I am trying to preview .php files on the local server, but 
 the
 page won't show up in a web browser. This is probably a stupid question, but
 does that just mean I need to install PHP on my computer?
 
 
 This message was sent using IMP, the Internet Messaging Program.
 

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



Re: [PHP] testing on a local server

2005-11-18 Thread atenn
i am using a PC with Windows XP, i don't have Apache.
i was looking at the downloads page on php.net - how do i know which one i need?



 i am new to PHP and web programming/management in general...

 Using Dreamweaver I am trying to preview .php files on the local  
 server, but the
 page won't show up in a web browser. This is probably a stupid  
 question, but
 does that just mean I need to install PHP on my computer?

 Sounds like it, yeah.  What server?  What kind of computer?  May just  
 be change apache config.

 -dg



This message was sent using IMP, the Internet Messaging Program.

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



RE: [PHP] testing on a local server

2005-11-18 Thread Jay Blanchard
[snip]
i am using a PC with Windows XP, i don't have Apache.
i was looking at the downloads page on php.net - how do i know which one i
need?
[/snip]

Go look at this http://www.devside.net/web/server/free/suite

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



Re: [PHP] testing on a local server

2005-11-18 Thread atenn
i'm not sure if my messages are getting through...but i'm trying to download the
PHP installer - where it asks which type of http server i want to configure,
how do i find out what i have? it would be one of the microsoft servers, but i
have no idea which...


Quoting [EMAIL PROTECTED]:

 i am new to PHP and web programming/management in general...
 
 Using Dreamweaver I am trying to preview .php files on the local server, but
 the
 page won't show up in a web browser. This is probably a stupid question, but
 does that just mean I need to install PHP on my computer?
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 





This message was sent using IMP, the Internet Messaging Program.

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



Re: [PHP] testing on a local server

2005-11-18 Thread Dan McCullough
Well Jay was showing you where you could pick up everything you
needed.  On Windows XP the IIS server is not installed by default you
have to select it as a component to install, so I'm not sure if you
would have IIS installed either.  If you want a simple and quick
solution go to the link that Jay sent and download that installer
you'll get Apache/PHP/MySQL and some other tools for development.

Good luck

On 11/18/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 i'm not sure if my messages are getting through...but i'm trying to download 
 the
 PHP installer - where it asks which type of http server i want to configure,
 how do i find out what i have? it would be one of the microsoft servers, but i
 have no idea which...


 Quoting [EMAIL PROTECTED]:

  i am new to PHP and web programming/management in general...
 
  Using Dreamweaver I am trying to preview .php files on the local server, but
  the
  page won't show up in a web browser. This is probably a stupid question, but
  does that just mean I need to install PHP on my computer?
 
  
  This message was sent using IMP, the Internet Messaging Program.
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 




 
 This message was sent using IMP, the Internet Messaging Program.

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



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



RE: [PHP] Testing on the local server

2005-11-18 Thread Jay Blanchard
[snip]
I use Dreamweaver and I try to test the files on the local host, but the 
page doesn't even show up. This maybe a stupid question..but to test on a 
local server, would I just need to download PHP?
[/snip]

Deja Vu?

Did you install the package on your server that I recommended?

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



RE: [PHP] Testing on the local server

2005-11-18 Thread bruce
allison

not familiar with dreamweaver to know if it can act as a webserver. i
strongly suspect that it's simply an editor, but not an actual server, that
can be used to interpret/display php code.

that said, you'll have to have access to a webserver. IIS is a webserver
from msoft. apache is a webserver from the open source community. there are
other servers as well

you'll need to decide which, if any, you need/want to setup. you might be
better served by telling the list just what you're trying to accomplish. do
you already have a webserver where your dreamweaver files are being
displayed?

the other suggestions that you've gotten have been from people who've
pointed you to all in one apps. this may/may not be the best solution for
you.

-bruce


-Original Message-
From: Allison [mailto:[EMAIL PROTECTED]
Sent: Friday, November 18, 2005 9:03 AM
To: php-general@lists.php.net
Subject: [PHP] Testing on the local server


First of all, I'm completely new to PHP and pretty new to web
programming/management in general, so if you respond, try not to use any
really complex terms or anything that I may not understand!

right now I have an existing PHP site that I downloaded for editing. But I
am having problems viewing/testing .php documents.

This one may be just a more general question not necessarily PHP-related...
The server contains a folder of includes that are on every page (e.g. the
header and footer, navigation bar, etc) - and all of these files are in .php
format. I try to view these .php files on the web server just to see what
they look like, and it says Access Denied, even though I've set the
properties to allow all users to read the files in this folder. How can I
view these?

I use Dreamweaver and I try to test the files on the local host, but the
page doesn't even show up. This maybe a stupid question..but to test on a
local server, would I just need to download PHP?

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

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



Re: [PHP] Testing on the local server

2005-11-18 Thread Dan McCullough
Coincidence 

On 11/18/05, Jay Blanchard [EMAIL PROTECTED] wrote:
 [snip]
 I use Dreamweaver and I try to test the files on the local host, but the
 page doesn't even show up. This maybe a stupid question..but to test on a
 local server, would I just need to download PHP?
 [/snip]

 Deja Vu?

 Did you install the package on your server that I recommended?

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



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