• Welcome to NamesLot.com Domain Name Forum

    NamesLot.com Domain Name Forum offers a fully open forum to discuss domain industry news and a 0% commission marketplace for you to buy and sell domain names.

    We have reorganized our Marketplace so now it is easier to get attention to your domain while it is also easier for buyers to find the right domain name.

    If you want us to add more threads to our marketplace, please contact us! Listing on our marketplace as always, 100% free! Register NOW or Login HERE!

What is server side scripting?

Status
Not open for further replies.

-Mahi-

New Member
I was reading one ebook online and found the word that php is a server side scripting language. Can anyone please let me know what it is and is it good or bad. I don't have a server so will I be able to use it? I am thinking right now that server side scripting is the program that can only runs on servers. Am I right? Please help me in this. I want to learn php to make my site and I am new to all this web development area. Thanking you in advance for your help.
 
Server side scripting allows webmasters to generate dynamic pages as per the users preferences or requests that they make by inputing some data or performing some actions.

Without a server it would not run. It is not like normal softwares.

Yes it can run locally on your PC but then you will have to install the webserver and required modules for it.
 
PHP is my favorite langauge, as the possibilites with it are limited only by the webmaster's imagination. Its uses to make a website dynamic and interactive are endless. This forum, even, like most, is written in PHP:smile:
-Mahi- said:
I was reading one ebook online and found the word that php is a server side scripting language. Can anyone please let me know what it is and is it good or bad.
It does have its bad points, as you need to practice with it and read-up on PHP security before openly coding pages visable to the public; otherwise, you can open yourself up to all kinds of trouble. As a server-side langauge, it isn't like plain HTML (basically just text to a server) that is just read from the server's disk and sent to the user's browser - it is code actually executed on the server, and can interact with the server's OS. To better discribe: HTML/CSS/Javascript are all client-side, basically read "as is" and sent as text to browser, but never interpreted or "acted-on" by server, whereas PHP is just the opposite.
-Mahi- said:
I don't have a server so will I be able to use it? I am thinking right now that server side scripting is the program that can only runs on servers. Am I right?
If you already have a website hosted somewhere, you may be in luck. Some hosts allow it, some do not. To see if your host allows it, you can create a page that ends in a name ending in ".php", like "test.php" and put only the following in the file, then run it in a browser:

PHP:
<? phpcredits(); ?>

IF you have PHP enabled, you will see a page simular to https://nameservice.net/Nameslot/PHPcredits.php ; otherwise, if you see <? phpcredits(); ?> just showing in the browser, you don't.
-Mahi- said:
I want to learn php to make my site and I am new to all this web development area.
Some basic places to start:
http://www.learnphp.org/
http://www.tutorialcode.com/php/php-basics-php-beginner-tips/
http://php.about.com/od/learnphp/ss/phpbasics.htm
http://inpics.net/phpbasics.html

The official site (http://www.php.net) will become your best friend as you learn the langauge:wink:
 
Status
Not open for further replies.

Members online

No members online now.

Forum statistics

Threads
19,799
Messages
69,796
Members
44,585
Latest member
tsscgroup
Active members today
1
New members today
0
New threads today
3
New posts today
3

Follow NamesLot on Twitter!

NamesLot proudly supported by

NamesLot proudly supported by

Top