User Profile

Collapse

Profile Sidebar

Collapse
a10392
a10392
Last Activity: Oct 2 '05, 05:46 PM
Joined: Oct 1 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • a10392
    replied to submit button and onchange.submit
    in PHP
    submit button and onchange.submit

    Hi,

    i want to make a menu with 2 combos and 2 text boxes. when 1st combo changes, second combo is updated automatically (using onchange.submit ()), and i have 2 more text boxes.

    The problem is, i want to have a submit button, and when pressed it will execute a function in the index.php with the last changes from all the 4 inputs.

    - i have triyed in the same...
    See more | Go to post

    Leave a comment:


  • a10392
    started a topic submit button and onchange.submit
    in PHP

    submit button and onchange.submit

    Hi,

    I'am triyng to create a form where i have 2 comboBox and 2 textbox, when the selection changes on the first combo , the content of second also changes. i have to use onchange=form.s ubmit()

    the problem is, i want to have a button to finish the selection and save all the data to a database, but if i have diferent forms, i will not get the last change on the text boxs, only th last change when i changed the combobox....
    See more | Go to post

  • a10392
    started a topic $_POST variable
    in PHP

    $_POST variable

    Hi,

    When i'am working (php) in my office and i execute a submit the variables are accessible just typing $variable, but home i have to type $_POST['variable']


    What change do i have to do in php.ini to use only the variable names after a form submit

    thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...