php database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DesiGuju78@gmail.com

    #1

    php database

    i am new to php database, how to connect php database fields with user
    profile files page?
    like if i am creating a user sign up page, and i want it to be stored
    on the database how do they communicate ?

  • Mladen Gogala

    #2
    Re: php database

    On Wed, 14 Dec 2005 18:17:03 -0800, DesiGuju78 wrote:
    [color=blue]
    > i am new to php database, how to connect php database fields with user
    > profile files page?
    > like if i am creating a user sign up page, and i want it to be stored
    > on the database how do they communicate ?[/color]

    Repeating this post several more times will probably work. Also, you
    should consider cross-posting this to all groups about MySQL, PostgreSQL,
    Oracle, SQL Server and UDB. That will get you information much faster
    then buying a $20 book in your local book store.

    --
    大红鹰娱乐平台采用顶级加密技术,确保用户数据与交易的安全无虞,让玩家能够放心畅玩。


    Comment

    • Erwin Moller

      #3
      Re: php database

      DesiGuju78@gmai l.com wrote:
      [color=blue]
      > i am new to php database, how to connect php database fields with user
      > profile files page?
      > like if i am creating a user sign up page, and i want it to be stored
      > on the database how do they communicate ?[/color]

      They communicate via:
      1) a connection
      2) a query executed on that connection
      3) If you receive result, you'll get a resultset-handle back.
      Loop over it.

      Depending which functions you do need, depends on the database you will use.
      Just go to php.net, and start reading.
      for example, for mySQL:



      Also, like others suggested, get a good book.
      Everything printed by O'Reilly will do. ;-)
      A good book will get you going in no time.
      I do not expect anybody in this newsgroup is willing to teach you all the
      stuff. It is a lot, but if you had previous experience with databases and
      scriptinglangua ges (JSP/ASP/Perl), all will be straightforward for you.

      Good luck.

      Regards,
      Erwin Moller

      Comment

      • Raqueeb Hassan

        #4
        Re: php database

        > i am new to php database, how to connect php database fields with user[color=blue]
        > profile files page?[/color]

        <snip>

        Well, everyone here said the right thing. You might try this small
        tutorial before heading for a book store! These "MySQL/PHP Database
        Driven Websites" - (Part I, II and III) articles will obviously help
        you to get started. Get a print-out with all it's diagrams a-n-d "Go
        play!", please.

        http://www.phpfreaks.com/tutorials/89/0.php


        --
        Raqueeb Hassan
        Bangladesh

        Comment

        Working...