+ Reply to Thread
Results 1 to 11 of 11

Thread: display table fields
      
   

  1. #1
    Rich Caruso is offline Private First Class
    Join Date
    Sep 2006
    Posts
    7

    Question display table fields

    I stumbled through creating my DB and table in PhPMyAdmin. I can see it there.
    How do I connect the DB to my webpage?
    How do I display my table fields?
    Are db user permissions required?
    Thank you.
    meninblue.biz

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: display table fields

    Let's start from the end.

    You have full user permissions. Permissions for users are defined in CP, when creating the user.

    To display the DB data in your page, you need a script (usually in php). Have a look at www.dbtechnosystems.com
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Rich Caruso is offline Private First Class
    Join Date
    Sep 2006
    Posts
    7

    Default Re: display table fields

    That's it? Buy the answer?

    C'mon, guys.

    Seeing a field from a DB appear on a web page has got to be a common thing. Please. Someone tell us how! I'm sure we could all benefit.

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: display table fields

    Buy the answer ? Why should you ever do so ?

    Take some time (a couple of months at least), buy some books (as all of us who do this job did), try, retry, re-retry, until you have got ten coffees during the night, learn all that's there to learn about storing / retreiving data from a DB, learn all the security issues involved with databases, learn a bit of combining php with html to make php display things on your webpage, and you will surely get to the point where you will be able to do it yourself.

    Please understand that this is a support forum where all of us share knowledge and experience, BUT up to a certain limit. Personally, i just can't suggest you anything else.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: display table fields

    Rich-
    The long and short of it is that it is not that easy. As Naval said- you need a combination of php and html script to pull the data from the data base and then present it to the viewer. The manner in which it can be displayed is totally up to the developer (you) and as such, would be a custom script. It is time consuming and this is a volunteer forum. We can get you started, point you in the right direction etc... but when it comes to explaining a process that takes months/years to really master, there is a limited amount one can do.

    The link that Naval pointed you to is just that- a service that he provides (at a modest price) to put together a script to accomplish exactly what you are trying to do. You will find that he is quite masterful with php and databases.

    If you really want to completely do it your self- that is by far the best ( I fully support and encourage learning something new). Do a goodle search on PhPMyAdmin and there is plenty of documentation to get you started. Use the forum to fill in the gaps. I have been trying to learn Php for several months now and am only breaking the surface. In fact- I have only recently gotten comfortable with the simplest of data bases- the CSV files.

    Hope that sheds some light on the limited reply.

    Andy
    PHP- is a blast!

  6. #6
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: display table fields

    As usual- Naval beat me to it ( I'm too long winded!) LOL.............

    Hey Naval! Hope all is well with you and yours.
    **You can delete my post if you wish.
    Andy
    PHP- is a blast!

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: display table fields

    Hi Andy, I Hope you are fine too.

    no, your post is a pleasure for me. Rich just made me a little nervous, and i apologise if my post might sem a bit "angry", but just felt a bit offended.

    Rich, please understand that each database script is self standing, custom made, and adapted to the rest of the user requirements, security issues, etc. So, practically, there is no way one can show you how to do it. You either learn how (the hard, long way) or you have it done. It is your choice.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    Rich Caruso is offline Private First Class
    Join Date
    Sep 2006
    Posts
    7

    Default Re: display table fields

    Hello guys,
    I certainly appreciate your expertise and unwillingness to give it away.

    To a newbie, displaying db data seems like a first-importance website-making task that should have been automated by someone by now. Or at least to have the generic steps and tools available.

    Is there another easy (free) way to display changing content on my site?
    Rich

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: display table fields

    Rich,

    Maybe i have not made myself clear: this is NOT a unwillingness issue. What you are asking is NOT something that can be automated. It has to be CUSTOM made.

    And, it is impossible to guide someone who has no knowledge at all of php, how this can be done. It would practically mean making the script for you.

    And no, there is no other way. You can do it with files instead of databases, but it is, more or less the same thing.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: display table fields

    Rich, four months ago, I was in your position, I wanted to be able to store and then display data on my wedding dress site (latest lists).

    As Naval and Andy has mentioned, its not easy.

    I first bought a book which gave me the essentials, and then it was a case of seing what worked and how it worked.......Unlike naval, I consumed gallons of TEA, stayed up until 3 or 4 in the morning, cursed many times, but finally things started to fall into place.

    You can see the results Here..........Working demo system.......

    And Like Naval, I would like to give back to this community in any way I can, but most database applications require a unique solution in gathering and then displaying the data............This is what we charge a reasonable amount for.

  11. #11
    Rich Caruso is offline Private First Class
    Join Date
    Sep 2006
    Posts
    7

    Default Re: display table fields

    Thank you all for your replies.
    Rich

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49