Preserved Topic: CGI & Perl OR PHP?? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Canada |
posted 03-06-2003 03:28
I'm going to learn a language so I can make websites with accounts, and logins and stores stuff info on the server. What language should I Start With?? or which one is best? |
Paranoid (IV) Inmate From: Canada, Toronto |
posted 03-06-2003 03:46
PHP is very popular at the moment and backed up with a huge open source society, but JSP and PERL and . . . something new that might come in the near future are cool too. I would say, just pick one (PHP for example) and stick with it for a while. That will help you to grasp programming concepts, which you can apply later in any programming language. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-06-2003 12:05
What he sais. |
Bipolar (III) Inmate From: INFRONT OF MY PC |
posted 03-06-2003 18:09
well i use ASP and i like it its easy and VERY powerful |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-06-2003 18:57
well, asp.net might not be half bad, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-06-2003 19:37
ASP in and of itself isn't horrible. The fact that it's generally run on IIS however means it's gonna have security issues, also most of the time you won't get a choice between ASP and PHP or Perl, while these can all be platform independent generally there not so your choices will be limited by your server platform. |
Bipolar (III) Inmate From: INFRONT OF MY PC |
posted 03-06-2003 19:44
ok asp only runs onan iis and it is mor expencife but FAR more easy to learn ...and learning Visual basic after it is very easy to ..and once learned Visual Basic al the other languages become mor or less easy to learn ..i think to start with it is one of the best |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-06-2003 20:48
Far easier to learn than what? |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 03-07-2003 16:17
quote:
|
Maniac (V) Inmate From: under the bed |
posted 03-07-2003 18:36
Ok, let me preface this by saying I am in no way shape or form a prgrammer. |
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 03-08-2003 08:39
we've had this topic before. PHP is known as the perl killer because of it's scalability and it was made specifically to be a server side scripting language for the web. Perl is a language that was created to be able to run through alot of text files. Unix administrators use this language to get around. The problem is CGI (perl use for the web) is taxing on the server in that it runs a seperate process every time it is called. Personally I'm learning two: PHP and Coldfusion. Heres a great article titled which server-side language is for you? It tells the advantages and disadvantages of all the ss scripting languages. Hope that helps. |
Maniac (V) Inmate From: Seoul, Korea |
posted 03-08-2003 12:21
I'll second what DL said. Granted, I have managed to shoot myself in the foot a few times (yet, it did require effort), but I'm liking PHP so far. I've been able to do everything I wanted to do. Granted, I may not have extremely high expectations, but it hasn't disappointed me yet. |
Nervous Wreck (II) Inmate From: |
posted 03-19-2003 14:21
Hi, |
Maniac (V) Inmate From: Brisbane, Australia |
posted 03-20-2003 00:07
Chalk another one up for PHP from the non-programmers side of the fence. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-20-2003 14:36
the cs-graduate-wannabe in me cringes, when I hear someone talking about 'c style languages'. The language family is called APL guys. |