PHP Tutorial or Project Examples

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • crjunk@earthlink.net

    PHP Tutorial or Project Examples

    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

    #2
    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/

    Comment

    • Rincewind

      #3
      Re: PHP Tutorial or Project Examples

      On 19 Sep 2005 09:04:03 -0700, crjunk@earthlin k.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.

      Comment

      • John Murtari

        #4
        Re: PHP Tutorial or Project Examples

        crjunk@earthlin k.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.


        Hope it helps!

        --
        John
        _______________ _______________ _______________ _______________ _______
        John Murtari Software Workshop Inc.
        jmurtari@follow ing domain 315.635-1968(x-211) "TheBook.Co m" (TM)

        Comment

        • crjunk@earthlink.net

          #5
          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

          Comment

          • Tony Marston

            #6
            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

            This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




            <crjunk@earthli nk.net> wrote in message
            news:1127145843 .115056.71380@o 13g2000cwo.goog legroups.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]


            Comment

            Working...