[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-31-2006, 08:35 AM   #1 (permalink)
Account Closed
 
Join Date: Mar 2006
Posts: 11
0.00 NP$ (Donate)

james72289 is an unknown quantity at this point


server scripting

what is the first thing need to learn for sever scipting?
james72289 is offline  
Old 03-31-2006, 08:46 AM   #2 (permalink)
Eating Pie
 
iNod's Avatar
 
Join Date: Nov 2004
Location: Canada
Posts: 2,289
126.05 NP$ (Donate)

iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of

Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
What type you are going to learn. There is many types of server scripting. Javascript, PHP, ASP, Perl, CGI, Ruby on Rails, Bash, Etc..

- Steve
__________________
I feel old.
iNod is offline  
Old 03-31-2006, 09:22 AM   #3 (permalink)
NamePros Regular
 
Join Date: Mar 2006
Posts: 394
211.38 NP$ (Donate)

sacx13 is on a distinguished road


Lightbulb

I recommand you to start with little pseudocode and after that try php because is very easy ... after that you learn something else

Regards
Adrian
sacx13 is offline  
Old 03-31-2006, 03:23 PM   #4 (permalink)
NamePros Regular
 
Join Date: Dec 2005
Posts: 206
270.00 NP$ (Donate)

wackyjoe is on a distinguished road


Quote:
Originally Posted by iNod
What type you are going to learn. There is many types of server scripting. Javascript, PHP, ASP, Perl, CGI, Ruby on Rails, Bash, Etc..

- Steve

umm isent Javascript Client Side scripting?

anyway, Learning PHP is preety simple and if you know any other language then it is even easier to pick us
wackyjoe is offline  
Old 03-31-2006, 04:36 PM   #5 (permalink)
NamePros Regular
 
Tree's Avatar
 
Join Date: Feb 2006
Location: Atlanta, GA, USA
Posts: 335
13.25 NP$ (Donate)

Tree will become famous soon enoughTree will become famous soon enough


PHP is extremely easy when compared to JavaScript and others. JavaScript is indeed client-side. PHP is made easier if you know C or C++. C is more like PHP than C++. But both help.
Tree is offline  
Old 04-01-2006, 03:11 AM   #6 (permalink)
NamePros Regular
 
Join Date: Mar 2006
Posts: 394
211.38 NP$ (Donate)

sacx13 is on a distinguished road


Lightbulb

Quote:
Originally Posted by Tree
PHP is extremely easy when compared to JavaScript and others. JavaScript is indeed client-side. PHP is made easier if you know C or C++. C is more like PHP than C++. But both help.

Sorry but Php is like C NOT C like PHP

Regards
sacx13 is offline  
Old 04-01-2006, 04:24 AM   #7 (permalink)
Account Suspended
 
Blade1941's Avatar
 
Join Date: Jan 2006
Location: Sweden
Posts: 282
307.00 NP$ (Donate)

Blade1941 is just really niceBlade1941 is just really niceBlade1941 is just really niceBlade1941 is just really nice


Quote:
Originally Posted by james72289
what is the first thing need to learn for sever scipting?
A language? Best answer..
Blade1941 is offline  
Old 04-01-2006, 05:46 AM   #8 (permalink)
NamePros Regular
 
Tree's Avatar
 
Join Date: Feb 2006
Location: Atlanta, GA, USA
Posts: 335
13.25 NP$ (Donate)

Tree will become famous soon enoughTree will become famous soon enough


Quote:
Originally Posted by sacx13
Sorry but Php is like C NOT C like PHP
Gah, typo. Doesn't matter anyways.
Tree is offline  
Old 04-01-2006, 09:16 PM   #9 (permalink)
Eating Pie
 
iNod's Avatar
 
Join Date: Nov 2004
Location: Canada
Posts: 2,289
126.05 NP$ (Donate)

iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of

Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
Quote:
Originally Posted by wackyjoe
umm isent Javascript Client Side scripting?

anyway, Learning PHP is preety simple and if you know any other language then it is even easier to pick us

Thanks for reminding me. I am awear it is client side but the way he stated it I gathered it meant "server scripting" as in web page scripting.But I could be wrong.

It all depends on your personality. Some people can learn PHP without any previous knowleadge of programming. <-- Myself..

Some people can learn any language of programming without any experience of programming. Though the basic understanding of the knowleadge and what the words mean really helps.

C++ and PHP are really two different languages.
For example C++ to say Hello World would be something like

Code:
#include <iostream.h>

main()
{
    cout << "Hello World!";
    return 0;
}
While PHP is actually just
PHP Code:
<?php
print "Hello World!";
?>
Both of similair properties and differences.. The biggest is the complition process of C++ and the background program for PHP. Pretty much PHP get translated into something of use to the server by the PHP Application. While C++ you complie it and it is pretty much ready for distribute.

The basic knowleadge is good to know and will help you. So personally.. I would say.. Pick up a VB book and start from there.. I think VB is the starting point to every programming language.

- Steve
__________________
I feel old.
iNod is offline  
Old 04-02-2006, 08:53 AM   #10 (permalink)
New Member
 
Join Date: Apr 2006
Location: Italy
Posts: 22
420.30 NP$ (Donate)

foobar is an unknown quantity at this point


PHP and some notion of SQL is a good point of start
foobar is offline  
Old 04-02-2006, 11:16 AM   #11 (permalink)
NamePros Member
 
Join Date: Mar 2006
Posts: 62
47.05 NP$ (Donate)

123finder.com is an unknown quantity at this point


Yes, my vote for PHP/MySQL combo too.
__________________
123finder.com - Browse dictionary domains & 4-9 letter domains
123finder.com is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 07:41 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85