Forum: PHP Jul 11th, 2008 |
| Replies: 6 Views: 800 Oh, and sorry, here is the STF table from my DB... you can tell that all of the forms were updated at the same time:
-- phpMyAdmin SQL Dump
-- version 2.7.0-pl2
-- http://www.phpmyadmin.net... |
Forum: PHP Jul 11th, 2008 |
| Replies: 6 Views: 800 Shanti and everyone else,
OK, I've actually gotten several of my problems corrected.
I've correct any HTML and PHP form. I am able to submit and retrieve forms, I can even update, the... |
Forum: PHP Jul 10th, 2008 |
| Replies: 6 Views: 800 OK, I've corrected the < select > field problem... now, how do I replace the correct record in the mysql database.
I have the folllowing code thus far for the updatestfdb.php file which takes the... |
Forum: PHP Jul 7th, 2008 |
| Replies: 6 Views: 800 All,
OK so I've created my search form and it works fine. It populates most of the fields with the correct information from the MySQL DB. Now I only have two problems... how to replace the correct... |
Forum: PHP Jun 30th, 2008 |
| Replies: 6 Views: 800 Morning eveyrone,
Alrightly then, I've already got an HTML form that uses PHP to send information to an MySQL database.
I also already have a search form that allows me to search for current... |