Results 1 to 7 of 7

Thread: How do I ????

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    26

    How do I ????

    Okay this may be too complex a question.

    I want to start a database on a web site. I have limited DB knowledge(am working on that) and pretty good HTML. I don't know any of the popular web publishing( hot dog, frontpage, but I do know HTML) I have no clue where to begin with linking a database to a website..any tips or pointers?
    My goal is to have a web page that will accept CC payments thru a secure server for a business. I know I am not going to do this overnight, nor will I get all the info I need thru this thread, but I just want feedback and opinions.

    Thanks

    Brenda
    Brenda

  2. #2
    Member Rhino302's Avatar
    Join Date
    Jun 2001
    Posts
    418
    I don't know about making secure sites for credit cards, etc., but you can always go through PayPal for credit card transactions, it will make things very easy.

    But to connect to a database, you might want to look at setting up an ASP server, and using FrontPage to do the coding. Other than that, you can technically make a Java applet to connect to a DB, but I believe the client side would have to have policies set to to do this on an applet.

    Other than that, I'm sure there is someone else here, i.e., qball who can suggest a freeware language in which you can write a script to connect to a DB.

  3. #3
    Ultimate Member DocEvi1's Avatar
    Join Date
    Dec 2001
    Posts
    2,330
    that is very ambious! I wouldn't even contemplate trying to write my own credit card validating script, the security implications are just too imense.
    To connect to a database you need to use ASP or a similar language. ASP needs a Windows NT/2000 running IIS to serve its pages but it still quite good.

    HTML is next to useless in this application. HTML can bind the page together, and you still need it, but really you another language. ASP is really a the name given for online VBScript or Javascript, and can easily be written in Notepad. Alternatively, Dreamweaver UltraDev is meant to be very good at writing ASP!

    Stefan
    Stefan

  4. #4
    Junior Member
    Join Date
    Mar 2002
    Posts
    26
    I am more clueless than I thougth because I don't even know what ASP is. With that said I was not going to write my own script for CC, just wanted to get a DB set up tp be able to accept CC and give out user names and accept passwords. Not for a porn site... in case that question is being wondered.

    And I Don't want t o ask Qball, cuz he done tore into someone else for asking a better question than mine and I like my **** just the way it is and don't want any teethmarks.
    Brenda

  5. #5
    Banned qball's Avatar
    Join Date
    Oct 1999
    Location
    Rockaway, NJ 07866
    Posts
    1,730
    Brenda1231,

    ouch!, guess I can be a little rough...

    Anyway, be glad to help.

    ASP is active server pages:

    http://searchwin2000.techtarget.com/...213787,00.html

    Now, you want:

    My goal is to have a web page that will accept CC payments thru a secure server for a business.
    That is accomplished two ways. One is something like:

    http://www.compsysaus.com.au/IntrCard/
    OR
    http://www.analysisandsolutions.com/code/ccvs-ph.htm

    The other is to actually validate/authorize the card, just like a store does:

    http://www.tsiconnections.com/display.cfm?ID=9

    see:

    http://www.elsop.com/wrc/in_card.htm

    I would not even consider the first option...

    Also check out:

    http://smallbusiness.yahoo.com/busin...ll_online.html

    A point to make is, anybody offering CC auth should provide you with all the DB, HTML, site support you need. The yahoo solution will walk you through the whole site creation/interaction/tech issues (else, I wouldn't use 'em).

    Sure, you pay, but this is business. If business good, $50/mth for secure CC services sounds reasonable. Plus, they walk you thru it...

    If you wanna learn, do some of the work yourself, you're still gonna have to pay to host the site and for the CC auth service, maybe cheaper, I don't know, exactly.

    What do you want to sell, btw. Hopefully tasty cookies.

    As far as web and DB, by far the easiest would be PHP and mySQL.

    www.php.net
    www.mysql.com

    But your still gonna need the CC auth service.

    Lastly, how you gonna ship your products?

  6. #6
    Junior Member
    Join Date
    Mar 2002
    Posts
    26
    Okay I am giving up on all that until I finish a little more schooling...lol whether college or onl my own....a few run and cokes sure can make someone ambitious!!!!

    Brenda

  7. #7
    Member animeal's Avatar
    Join Date
    Jun 2002
    Location
    I'm your neighbor
    Posts
    231
    Its pretty eazy to get your database started, even for free. If Im correct, in order to have db, you need to start PhpMyAdmin, thats what I did for my forum. There is one free site that offers db 2mb space (I guess its plenty),and than you have to setup your own phpMyAdmin. Or, you could just ask your host and they should have it! Ofcourse, that is if you are paying to a host, and not using server such as tripod ro geocities.com

Posting Permissions

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