I hope you like it. Inside your xampp folder, wherever you installed it to, you 
will find a folder named "htdocs", which is where apache holds your site as far 
as I can tell. So if you were to to create a new php page named newpage.php 
inside your htdocs folder, you can view it in a browser by typing 
http://localhost/newpage.php or else http://127.0.0.1/newpage.php then refresh 
that as you change little details to your css or php code or whatever. 
Localhost or 127.0.0.1 is your server on your computer.

Good luck!
Mike
  ----- Original Message ----- 
  From: Jedidiah 
  To: 'Mike Rondeau' 
  Sent: Thursday, January 19, 2006 3:46 PM
  Subject: RE: [PHP] New to PHP


  Thanks, I just downloaded this.  It looks pretty great.  How does it work?
  Do I have to specify a path on my computer to be the server and move files
  to that server?  Thanks.

  Jedidiah

  -----Original Message-----
  From: Mike Rondeau [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, January 19, 2006 4:37 PM
  To: php-general@lists.php.net
  Subject: Re: [PHP] New to PHP

  I use Xampp because I'm new to all of this also, and it makes setup a
  breeze.
  http://www.apachefriends.org/en/
  This installs Apache, mysql, php, pearl, ftpzilla, all kinds of stuff,
  already configured and ready to rock.
  It doesn't get any easier.

  Mike

Reply via email to