Receiving Dynamic Textbox Data

Posted by on Jun 30, 2008 in HTML Tutorials, Other Tutorials, PHP Tutorials | 8 comments

In this tutorial we will be working with PHP and MySQL to insert the data that was inserted into the text boxes on the Dynamically Add Textbox to Site tutorial. We will collect the data and insert the values into a database

Read More

Dynamically Add Textbox to Site

Posted by on Jun 23, 2008 in HTML Tutorials, Web Development Tutorials | 156 comments

This tutorial will show you how to program a button that will add textboxes to your site without having to reload the page that you are one. To do this we will be using JavaScript.

Read More