Connecting Tech Pros Worldwide Help | Site Map

PHP Tutorial or Project Examples

crjunk@earthlink.net
Guest
 
Posts: n/a
#1: Sep 19 '05
I'm a newbie trying to learn PHP. I've worked with ASP, ASP.NET and
WebSpeed in the past, but now I'd like to learn PHP. I've already
gotten a Fedora web server up and running with Apache and MySQL.

I'm looking for some examples - or even better a free project - to look
over and see how other are using PHP to read/write records to and from
MySQL. I'm trying to create a very simple web based contact management
system that will store data in a couple of tables.

Can someone recommend any examples or web sites to refer to? I'm about
to dive into the PHP manual, but I'd like some other material to study
as well.

Thanks,
CR Junk

JDS
Guest
 
Posts: n/a
#2: Sep 19 '05

re: PHP Tutorial or Project Examples


On Mon, 19 Sep 2005 09:04:03 -0700, crjunk wrote:
[color=blue]
> Can someone recommend any examples or web sites to refer to? I'm about
> to dive into the PHP manual, but I'd like some other material to study
> as well[/color]

Google

--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

Rincewind
Guest
 
Posts: n/a
#3: Sep 19 '05

re: PHP Tutorial or Project Examples


On 19 Sep 2005 09:04:03 -0700, crjunk@earthlink.net wrote:
[color=blue]
> I'm a newbie trying to learn PHP. I've worked with ASP, ASP.NET and
> WebSpeed in the past, but now I'd like to learn PHP. I've already
> gotten a Fedora web server up and running with Apache and MySQL.
>
> I'm looking for some examples - or even better a free project - to look
> over and see how other are using PHP to read/write records to and from
> MySQL. I'm trying to create a very simple web based contact management
> system that will store data in a couple of tables.
>
> Can someone recommend any examples or web sites to refer to? I'm about
> to dive into the PHP manual, but I'd like some other material to study
> as well.
>
> Thanks,
> CR Junk[/color]

This one is OK http://www.php-mysql-tutorial.com/ it has a selection of
tutorials.
John Murtari
Guest
 
Posts: n/a
#4: Sep 20 '05

re: PHP Tutorial or Project Examples


crjunk@earthlink.net writes:
[color=blue]
> I'm a newbie trying to learn PHP. I've worked with ASP, ASP.NET and
> WebSpeed in the past, but now I'd like to learn PHP. I've already
> gotten a Fedora web server up and running with Apache and MySQL.
>
> I'm looking for some examples - or even better a free project - to look
> over and see how other are using PHP to read/write records to and from
> MySQL. I'm trying to create a very simple web based contact management
> system that will store data in a couple of tables.
>
> Can someone recommend any examples or web sites to refer to? I'm about
> to dive into the PHP manual, but I'd like some other material to study
> as well.
>[/color]

We have some stuff up. It is not a basic tutorial, but it
does give complete examples of how to generate Flash and PDF output,
using XML/XSLT and also some GD examples, and other stuff.
http://www.thebook-demo.com/php

Hope it helps!

--
John
__________________________________________________ _________________
John Murtari Software Workshop Inc.
jmurtari@following domain 315.635-1968(x-211) "TheBook.Com" (TM)
http://thebook.com/
crjunk@earthlink.net
Guest
 
Posts: n/a
#5: Sep 21 '05

re: PHP Tutorial or Project Examples


Thanks Rincewind! This is more or less they type of examples that I've
been looking for.

CR Junk

Tony Marston
Guest
 
Posts: n/a
#6: Sep 24 '05

re: PHP Tutorial or Project Examples


Take a look at http://www.tonymarston.net/php-mysql...plication.html
which describes a sample application I have put together using ideas
described in other articles on my website. You can download the code to run
it on your own server, then you can examine it closely to see how it
actually works.

--
Tony Marston

http://www.tonymarston.net



<crjunk@earthlink.net> wrote in message
news:1127145843.115056.71380@o13g2000cwo.googlegro ups.com...[color=blue]
> I'm a newbie trying to learn PHP. I've worked with ASP, ASP.NET and
> WebSpeed in the past, but now I'd like to learn PHP. I've already
> gotten a Fedora web server up and running with Apache and MySQL.
>
> I'm looking for some examples - or even better a free project - to look
> over and see how other are using PHP to read/write records to and from
> MySQL. I'm trying to create a very simple web based contact management
> system that will store data in a couple of tables.
>
> Can someone recommend any examples or web sites to refer to? I'm about
> to dive into the PHP manual, but I'd like some other material to study
> as well.
>
> Thanks,
> CR Junk
>[/color]


Closed Thread