CS4 and phpMyAdmin 2.11
I'm using Dreamweaver CS4 and phpMyAdmin 2.11.3deb1ubuntu1.3 - I've created a page called test.php with two textboxes on it - Test and Test2. Each has an insert record behavior associated with it. When I preview the page, I put 123 in Test and 456 in Test2. When I look in the database table, it puts two rows. One with 123 in Test and another with 123 in Test and 456 in Test2. Will someone please help understand how to make the table not put the singular 123 in Test while keeping the 123 Test and 456 Test row?
