[PHP] Getting started with PHP

2002-09-26 Thread Sauron
Hi all I am brand new to PHP, I have a friend that develops in it and I'm interested in learning more about it. I am familiar with VB at the moment and that's about it, but I'm always willing to learn!! What do I need to get developing using PHP? I want to develop completely on my machine

RE: [PHP] Getting started with PHP

2002-09-26 Thread Steve Bradwell
: Wednesday, September 25, 2002 12:53 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting started with PHP Hi all I am brand new to PHP, I have a friend that develops in it and I'm interested in learning more about it. I am familiar with VB at the moment and that's about it, but I'm always willing to learn

Re: [PHP] Getting started with PHP

2002-09-26 Thread Adam Williams
read the install section of the PHP manual at www.php.net and then read the tutorial. Adam On Wed, 25 Sep 2002, Sauron wrote: Hi all I am brand new to PHP, I have a friend that develops in it and I'm interested in learning more about it. I am familiar with VB at the

RE: [PHP] Getting started with PHP

2002-09-26 Thread Support @ Fourthrealm.com
PROTECTED] Subject: [PHP] Getting started with PHP Hi all I am brand new to PHP, I have a friend that develops in it and I'm interested in learning more about it. I am familiar with VB at the moment and that's about it, but I'm always willing to learn!! What do I need to get developing using PHP? I

Re: [PHP] Getting started with PHP

2002-09-26 Thread Justin French
Install Apache, PHP and MySQL. See each site for more information (http://php.net/install, apache.org, mysql.com), and I'd advise using pre-compiled installer scripts, rather than compiling your own for the moment... all of the above are free. stick with all the default settings, and figure

[PHP] Getting started - what do I need?

2001-12-07 Thread Indera
Hello, I have never used php or mysql before and want to know what tools I should use so that I can start learning php and mysql. I would like to build basic things like a login page and forms that append the data to a database. I went to the bookstore and think the book PHP fast and easy web

Re: [PHP] Getting started - what do I need?

2001-12-07 Thread Michael Hall
Yes indeed, PHP and MySQL are free ... welcome to the world of open source software! What type of computer operating system are you using? Does it have a web server? You may want to consider downloading Apache as well (also free). There are lots of helpful tutorials on the net that can get you

Re: [PHP] Getting started - what do I need?

2001-12-07 Thread Matthew Moreton
- Original Message - From: Indera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 08, 2001 3:44 AM Subject: [PHP] Getting started - what do I need? Hello, I have never used php or mysql before and want to know what tools I should use so that I can start learning php

[PHP] getting started

2001-11-21 Thread Douglas McKenzie
Hi, I've got Apache and MySql up and running on RedHat 7.1. I've installed php4 but can't get it working. There is a .php file under the web root, httpd.conf knows about the .php extension but the file is not geting parsed, just the code shown. What am I doing wrong/still need to do? Do you

Re: [PHP] getting started

2001-11-21 Thread Brian Clark
Hi Douglas, @ 5:59:31 AM on 11/21/01, Douglas McKenzie wrote: I've installed php4 but can't get it working. There is a .php file under the web root, httpd.conf knows about the .php extension but the file is not geting parsed, just the code shown. Here's what's in my httpd.conf: