Search found 2 matches
- Thu Apr 08, 2010 5:30 am
- Forum: PHP - Code
- Topic: How to PHP FORM+Database?
- Replies: 4
- Views: 101
Re: How to PHP FORM+Database?
How to connect this in MYSQL database?!i use the post method what others suggested <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equ...
- Sat Apr 03, 2010 11:10 am
- Forum: PHP - Code
- Topic: How to PHP FORM+Database?
- Replies: 4
- Views: 101
How to PHP FORM+Database?
How to connect MYSQL Databse if my form is like this? This form computes salary(#of hrs work * daily)... the name,number of hrs work and daily rate are in 3 different tables... and is being inputed in 3 different forms... If i enter a name which is on the database it will automatically fill the numb...