need solution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinoda2005
    New Member
    • Sep 2006
    • 16

    #1

    need solution

    Can anyone say is it possible to save data in server side using javascript.....
    if so how can we save that...
    if possible please explain me with an example....

    Thanks in advance...
    Vinoda
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    JavaScript is a pure client side language, so it runs on your client. In order to get the data to the server you could use PHP to accomplish saving your data.

    Ronald :cool:

    Comment

    Working...