Search:
Type: Posts; User: snipe42
Search :
Search took 0.01 seconds.
resolved. sorry, i made this so hardly to understand with foreign language in variable.
so, for the input.php there's nothing to change.
in result.php
$kolom is $columns
$baris is $rows
...
no,it's not.
the rows and columns is okay. the problem is,how can i save the data that I input to the form inside the rows and columns,and i could use it later. :confused:
actually, im in great hurry.
the problem is, it wont save data input in form.
even i made it as 2d array.
could you give suggestion to ajax tutorial for my problem ?
i use this,but inside a form.
<form name='myform' method='post' action='".$_SERVER['PHP_SELF']."?action=del'>
but script for getting del action is above it.
if ($_GET['action'] == "del")
{...
Hi, excuse me. Im new here, but i really need help. I can't find any idea to solve this.
so,i want to save data that i input to the table.
The table itself made from input form, consist row and...