I am a new user to jQuery and am struggling trying to pass php variable to jQuery. I am using a checkbox in a while loop so because there can only be 1 id, I suffixed the id with $ticket, ie;...
i am getting an error according to firebug of 'id_con is undefined'.i have made sure all entries are correct and i cannot see how to fix this error. i would be grateful if someone could show me how...
thanks for reply. this code is from a tutorial i am following on flexigrid. i have only just started to get to grips with js/ajax so that is why i need the help. basically, what is supposed to happen...
i am trying to include the following following in my code, but it keeps creating an error. i need to know the correct place to include the function.many thanks
by using your code if i select retrival on page 1 it totally goes past the first if and on to the next
if(isset($_POST['box_add']) && sizeof($_POST['box_add']) > 0)
hello. i shall try to explain fully what i am trying to do. page1 contains a form which has a input field called box_add and a checkbox with the name 'boxes' and value of 'Box Retrival'. in page 2 i...
that scenario would never happen nogdog. every client value is unique to them so they would only entr there own values. there could be no dup between clients. thanks
hi. i would like some help with checking for duplicate record before it is inserted into db and print some kind of mssage. here is the code i have so far and would appreciate your comments.
hello. please help a nOOb with a problem. my plan was to include an insert statement that inserted vars from form, which isn't a problem. what i also need to do in that insert statement, is to add 1...