/    Sign up×
Community /Pin to ProfileBookmark

can it be done using php?

hey guys i gotta question here …

I got this project here and it requires me to do this:

We have 30 products manuals that needed to be ‘viewed’ online only okay and before the customer can view the manuals they need to register and pay for say 1 – 2 years time.

First of all im not a programmer but I just happen to be given this thing. I have been asking many friends and one of them said that it is best to do this using PHP. Is this right? and if it is, what is the first I should do? is it difficult to do this?

THanks guys … ?

to post a comment
PHP

9 Comments(s)

Copy linkTweet thisAlerts:
@chazzyOct 31.2005 — well let's see what you're exactly trying to do:

  • - process payments online associated with account registration

  • - store manuals and allow customers to view them after they have registered.


  • you'll need a database, but php is one of your choices.
    Copy linkTweet thisAlerts:
    @alvin-gontaiauthorOct 31.2005 — yeahhh that's it bro ...

    what do i need to do first? sorry im totally clueless
    Copy linkTweet thisAlerts:
    @NogDogOct 31.2005 — One way of doing login control with PHP: http://www.charles-reace.com/login_article.html
    Copy linkTweet thisAlerts:
    @alvin-gontaiauthorOct 31.2005 — okay ... what about to store in files or document to the server? well the files have to be stored somewhere right?
    Copy linkTweet thisAlerts:
    @AneweraOct 31.2005 — If you need help I can do it with you for a small fee through Paypal.

    I am working on this site right now

    [URL=http://montecarlonights.com]http://montecarlonights.com[/URL]

    Let me know.

    Paul
    Copy linkTweet thisAlerts:
    @NogDogOct 31.2005 — In what format are the manuals?
    Copy linkTweet thisAlerts:
    @acemoOct 31.2005 — [code=php]
    # the following include does:
    # mysql_connect(host, user, password)
    # mysql_select_db(database)
    require("c:/php_includes/test_db.php");
    [/code]


    Can i here use the mysql commands instead of using an require?

    Or could ppl get my login information then?
    Copy linkTweet thisAlerts:
    @SheldonOct 31.2005 — If it is in php tags they cant see your code easily because php is processed server side, they just see the result,

    As [b]NogDog[/b] asked what format are they in?
    Copy linkTweet thisAlerts:
    @acemoOct 31.2005 — Iduno the format of the manuals, other guy asked bout that.

    I just started on the next step on my site ^^

    A poll that requires ppl to be logged in first.
    ×

    Success!

    Help @alvin-gontai spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.16,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...