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

2001-12-08 Thread administrator

Hi there,

I found this site very useful for lots of  help-me-up-the-learning-curve tutorials.

http://perl.about.com/cs/beginningphp/

C:o)


Indera wrote:

 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 development
 is something that I could handle. I've read through some of the posts on this news 
group and
 realized that there are tools that I can use as front ends for these packages. I 
went to mysql.com
 and php.net and it seems that i can download both of these packages to my computer 
for free. Any
 help would be greatly appreciated.

 Thanks
 Indera


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-12-08 Thread Bharath Bhushan Lohray

Fellows who suggested php triad were right!! It is a good option to
downloading PHP, MySQL and Apache!!

Php Comprhensive docs..
www.php.net/download-docs.php

Php tutorials by v s babu-- http://vsbabu.org/tutorials/php/
(you can download it --very good)


Indera [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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 development
 is something that I could handle. I've read through some of the posts on
this news group and
 realized that there are tools that I can use as front ends for these
packages. I went to mysql.com
 and php.net and it seems that i can download both of these packages to my
computer for free. Any
 help would be greatly appreciated.

 Thanks
 Indera





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: getting started

2001-11-21 Thread David Tod Sigafoos

On Wed, 21 Nov 2001 10:59:31 +, [EMAIL PROTECTED] (Douglas
McKenzie) wrote:

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.

are you sure you have modified the httpd.conf file for apache to add
the module in?

If you don't have it pick up the book Linux Red Hat 7.x Unleashed.  It
has a great section on the basic requirements.

Although I have been using PHP on my Win2k server for quite a while I
just started getting into Linux and found it really was a slam dunk
after I picked up the book

Hope this helps

DSig


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]