
this this my page also i have one form also,it have a clb button for every alert,i have written a javascript function for each button(by looping) to pass the ticket id, so when i click clg this should store in php array variable to keep every ticket id,below is button code and javascript function
<input value="clb" onclick="clb_this('116305');" type="button">
function clb_this(vl)
{
alert(vl);
}
this value should store in below variable
`<input type='hidden' name='tic_array[]' id='tic_array'>`
please share your ideas,thanks
vlinto<input type='hidden' name='tic_array[]' id='tic_array'>?idattribute and appending many inputs with same name?