March 15, 2008

How can I get open source for “Network Marketing” web development resource and database connection?

Filed under Programming & Design by Barbara

Permalink Print Comment

Comments on How can I get open source for “Network Marketing” web development resource and database connection? »

March 18, 2008

warjolt @ 10:18 am

First you have to be proficient in a programming language because you’re going to have to query a database and html alone doesn’t know how to do that.
I like using perl to handle my requests, but you can also use something like ASP. Perl makes more sense to me. If you’re a C programmer and you’ve just wanted everything to be easy then you’d really appreciate perl. ASP looks pretty simple too, but the syntax is not very C like.
Just learn 3 things
1. HTML
2. Learn a Database
3. Learn a programming langauge. I use perl.

It’s really neat when you use AJAX which lets you load stuff into a webpage without generating a completely new page, but don’t worry about this until you’ve learn the DB stuff.

BTW, open source typically refers to software source code. For example Linux is an open source operating sytem. You just want documentation.

Leave a Comment