Here is a list of samples that I have been working on.  This list will grow as I increase in learning and putting it all into code.

Website Development

  • How to add/remove rows in a table using JQuery? When you add a form to it and post the data, you can access each row by casting the $_POST variables into arrays. Here is a sample: $names = (array) $_POST['names']; Then get the array size by using: count($names); And use a foreach or for loop to get the values individually from the array.
 

Leave a Reply

Set your Twitter account name in your settings to use the TwitterBar Section.