vote up 2 vote down star

I really like how FogBugz has an "Add Case" button where it instantly adds the text you entered into the table, and gives you the ability to add another one.

Does anybody know how it is done? or ideally, does anyone have any snippets for PHP/MYSQL system?

flag

76% accept rate

1 Answer

vote up 1 vote down check

You could do it very easily with jQuery.

When you click the "tick" an AJAX query is submitted, then a new row is added to the table.

If you already have PHP code for adding a record to the your mySQL database it is just a matter of learning some jQuery.

There are lots of tutorials on the jQuery site. Here is a good tutorial on basic AJAX.

link|flag
thanks for looking at this. – chris Jun 14 at 8:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.