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...
User Profile
Collapse
-
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.... -
$_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
No activity results to display
Show More
Leave a comment: