james72289
Account Closed
- Impact
- 0
what is the first thing need to learn for sever scipting?


iNod said: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
Tree said: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.
james72289 said:what is the first thing need to learn for sever scipting?
sacx13 said:Sorry but Php is like C NOT C like PHP![]()
wackyjoe said: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
#include <iostream.h>
main()
{
cout << "Hello World!";
return 0;
}
<?php
print "Hello World!";
?>
