![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm needing to design a site with various features, and I'm looking for the best routes to go down to achive it. By which I mean should I be using PHP, mySQL, ASP.NET etc etc? The site is fairly typical, but I want to ensure I host it on the correct hosting package to start off with. Requirements are: usual few straightforward 'homepages' a members only area, acessed by a login self-administering user registration to go with the login. registration details will be stored ina database and will include non sensitive info which is viewable/searchable by members. probably a guestbook or noticeboard type area. an area for users to post messages and photos (could be same as "guestbook or noticeboard type area") possibly simple ecommerce at a later date. so what are good methods/systems to use to achieve the above? |
#3
| |||
| |||
|
|
Hi, I'm needing to design a site with various features, and I'm looking for the best routes to go down to achive it. By which I mean should I be using PHP, mySQL, ASP.NET etc etc? The site is fairly typical, but I want to ensure I host it on the correct hosting package to start off with. Requirements are: usual few straightforward 'homepages' a members only area, acessed by a login self-administering user registration to go with the login. registration details will be stored ina database and will include non sensitive info which is viewable/searchable by members. probably a guestbook or noticeboard type area. an area for users to post messages and photos (could be same as "guestbook or noticeboard type area") possibly simple ecommerce at a later date. so what are good methods/systems to use to achieve the above? |
#4
| |||
| |||
|
|
While going with a PHP/MySQL combinaiton is most recommended, |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
While going with a PHP/MySQL combinaiton is most recommended, I would further say that your needs would be well met using a Content Mananagement System (CMS) such as XOOPS, or any one of the many out there. Have a look at XOOPS: http://www.xoops.org CMS in general: http://www.opensourcecms.com/ and http://www.cmsmatrix.org/ If you like reading then this report may be good for you.. (a bit heavy, but informative - 113 pages.) http://www.michelinakis.gr/Dimitris/cms/oscms-report.pdf |
#7
| |||
| |||
|
|
As to the other scripting languages you mention, these evolved as shell extensions to UNIX, |
|
objective being to perform basic (text mostly) data manipulation. |
|
I would love to see a database driven site in LISP.. Or better still, a CMS developed in LISP.. |
#8
| |||
| |||
|
|
great stuff - anyone got any similar recommendations/pointers for shopping carts ? Thanks Chris |
#9
| ||||
| ||||
|
|
Neither of those comes free with most web hosts. PHP is commonly found on cheap web hosts. |
|
C is nearly impossible to use for website scripting, |
|
Given a choice, PHP is easy, fast, does awesome things quickly with database interactions, and is FREE. |
Open your mind. ![]() |
#10
| ||||||
| ||||||
|
|
kaeli <tiny_one (AT) NOSPAM (DOT) comcast.net> writes: Neither of those comes free with most web hosts. PHP is commonly found on cheap web hosts. Today, yes, but it went the other way round -- first everyone runs to PHP and then web hoster created offerings with PHP included. |

|
I'm still curious: I developed in many different languages and only very few (like VB) felt as bad as PHP. So what are people seeing in PHP? |

|
C is nearly impossible to use for website scripting, Then you did something wrong or never really tried. And there are some weblibs for plain old C out there. But i admit it's not a very beginner friendly language (but neither is PHP compared to the alternatives). |
|
Given a choice, PHP is easy, fast, does awesome things quickly with database interactions, and is FREE. And with Python, Scala, Lisp,... it's even easier, much faster, much quicker to develop, much less error prone and easier to read and maintain. So everything else but PHP should be hyped. |
|
OK, today PHP has the critical masses and hoster provide it per default. But how does it come? |
Open your mind. ![]() I know about two or three dozen language with about a dozen or so in which i did at least some small to medium projects. So i think, my mind is open |
![]() |
| Thread Tools | |
| Display Modes | |
| |