Javascripts and mySQL in a PHP page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Storey

    #1

    Javascripts and mySQL in a PHP page

    Hi

    I have some pages which perform Javascript calculations etc. and end up
    with a number in a box at the bottom of a page. The pages themselves are
    PHP, but with Javascripts embedded in them.

    How can I get the results of these calculations (which are in text
    boxes), and place them into a mysql database?I gather that it may not be
    possible to do this directly, but is there any way around it? I dont
    want to have to rewrite the scripts in another language!

    Cheers

    Chris
  • Alvaro G Vicario

    #2
    Re: Javascripts and mySQL in a PHP page

    *** Chris Storey wrote/escribió (Mon, 14 Mar 2005 12:03:53 +0000):[color=blue]
    > How can I get the results of these calculations (which are in text
    > boxes), and place them into a mysql database?I gather that it may not be
    > possible to do this directly, but is there any way around it? I dont
    > want to have to rewrite the scripts in another language![/color]

    What you call "boxes" are actually form fields. Just submit the form.

    Comment

    Working...