what is a script

Discussion in 'HTML & Website Design' started by Hawk_eye, Mar 18, 2007.

Thread Status:
Not open for further replies.
  1. #1
    i have heard about it but dont know what is it.and where do people use.

    any idea.:confused:
     
    Hawk_eye, Mar 18, 2007 IP
  2. Xeoro

    Xeoro Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wikipedia describes a 'script' as:
    http://en.wikipedia.org/wiki/Scripting_language
     
    Xeoro, Mar 18, 2007 IP
  3. Hawk_eye

    Hawk_eye Peon

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you my frnd
    but i was not looking for this explanation.
    i just needed to know where we can use scripts.?

    and what we can do with it.;)
     
    Hawk_eye, Mar 18, 2007 IP
  4. extensiblecascade

    extensiblecascade Active Member

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #4
    scripts are peices of PHP or ASP that funcion to make websites like MySpace. People use these PHP/ASP software and upload to a Server where it can be accessed under a domain.
     
    extensiblecascade, Mar 18, 2007 IP
  5. Hawk_eye

    Hawk_eye Peon

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    what is PHP and asp
    can i know full like php stand for etc etc
    thak you






    note:verify your paypal or ebay 14$
     
    Hawk_eye, Mar 25, 2007 IP
  6. toby

    toby Notable Member

    Messages:
    6,923
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    285
    #6
    PHP is personal hypertext processing and ASP: Application Server Page.. heheh i hope that's right

    And by the way, you use script to automate stuff. for example this forum use PHP script to enable you to posts and view your text as soon as you post it.
     
    toby, Mar 25, 2007 IP
    Nick_Mayhem likes this.
  7. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #7
    True :) Just one correction. Active Server Pages, a web-scripting interface by Microsoft.
     
    Nick_Mayhem, Mar 25, 2007 IP
  8. I-Got-IT!

    I-Got-IT! Peon

    Messages:
    92
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I thought PHP and ASP are languages instead of scripts? Correct me if I'm wrong.
     
    I-Got-IT!, Mar 26, 2007 IP
  9. robotic

    robotic Peon

    Messages:
    244
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    They are languages. Someone stated that a script is peices of PHP or ASP that written in correct form is a script.
     
    robotic, Mar 26, 2007 IP
  10. Hawk_eye

    Hawk_eye Peon

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    thanks a lot guys .i hope i do learn from this.:D
     
    Hawk_eye, Mar 26, 2007 IP
  11. SeLfkiLL

    SeLfkiLL Active Member

    Messages:
    85
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    50
    #11
    A scripting language is different from a language itself in that scripting languages modify a piece of software where the software itself parses the script (instead of it being executed as machine code). In web terms, a server-side scripting language includes PHP, ASP, JSP, Perl, Ruby, et al. And a client-side scripting language may be JavaScript, CSS, and even HTML.

    Server-side scripts are executed on the server to modify a requested page's code before it is sent to a client (browser). They are parsed directly so the actual server-side script is not sent to the client.

    Client-side scripts modify a way a page looks or behaves on the browser. They are sent to the browser and then the browser decides how to use the script.
     
    SeLfkiLL, Mar 26, 2007 IP
  12. bidder

    bidder Active Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #12
    from what i know script are small code line to be executed. become popular because of it robustness and open source platform. depend on what language we use script embed may vary it writing style.
     
    bidder, Mar 26, 2007 IP
  13. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You can use scripts in the <head> and <body> sections as long as you want to put the declarations anywhere you like. But the best way to use the script is to have an external script page then call it using this function for faster site spiderability.

    <script src="xxx.js"></script>
    PHP:
    PHP is a personal home page hypertext preprocessor, it is one of the most commonly used web development language because the requirements are very minimal, easy to learn, and most of all... it is free. It is powered by C and Perl language. ASP is Active Server Pages wherein it is powered by MSDN or microsoft development network. It uses different languages like VBscript, C#, and Java. ASP have a built-in programming interface where you can declare the attributes of each element but majority of ASP users are corporate offices because you must pay to buy ASP programs and you must be certified in order to use it compared to PHP.
     
    boyponga, Mar 27, 2007 IP
  14. webz

    webz Peon

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    That would be Active Server Pages (ASP)
     
    webz, Mar 28, 2007 IP
  15. Hawk_eye

    Hawk_eye Peon

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    thank for all your supports,

    a truley warm welcome .
    i will ,earn more nxt stage

    thank you all frnd.

    you all are one gr8 genious

    !!!!!!!!!!!!!!! i bow you all !!!!!!!!!!
     
    Hawk_eye, Mar 28, 2007 IP
Thread Status:
Not open for further replies.