Post Reply  Post Thread 

What is server side scripting?
Author Message
-Mahi-
Junior Member



Posts: 44
Group: Registered
   
Cash: 0.00 Donate
What is server side scripting?

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.


XiiM | HuuP | Rehearsal Dinner
05-24-2007 03:56 PM
Send the author a private message Find all posts by this author Quote this message in a reply

Advertisements

This is an ad revenue sharing forum
nick
SEO Dictator

SEO Team

Posts: 1,177
Group: SEO Team
   
Cash: 432.01 Donate
RE: What is server side scripting?

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.


DNDaily.com - Your Daily Domain Doze
Twut.com - Free Online Games
Product reviews and ratings
Search Engine Optimization Packages
05-25-2007 01:50 AM
Send the author a private message Find all posts by this author Quote this message in a reply
maximum
Super Moderator

Super Moderators

Posts: 35
Group: Super Moderators
   
Cash: 0.00 Donate
RE: What is server side scripting?

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- Wrote:

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- Wrote:
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 Code:

<? 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- Wrote:
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-basi...nner-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:

This post was last modified: 07-20-2007 09:54 AM by maximum.

07-20-2007 09:50 AM
Send the author a private message Find all posts by this author Quote this message in a reply

Post Reply  Post Thread 


View a Printable Version | Send this Thread to a Friend | Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:
Forum Jump: