Thanks my friends
Search found 3 matches
- Fri Mar 17, 2006 7:04 pm
- Forum: PHP - Code
- Topic: sending/holding data
- Replies: 8
- Views: 1033
- Fri Mar 17, 2006 12:00 pm
- Forum: PHP - Code
- Topic: sending/holding data
- Replies: 8
- Views: 1033
thanks for your answers but let me put it in another way: I have 1 HTML and 2 PHP files. The form is in my HTML file and is processed by the first PHP files. The result of this file is an overview of the inputed data. In this file (the first PHP file) I have another form that consits of two buttons,...
- Thu Mar 16, 2006 7:41 pm
- Forum: PHP - Code
- Topic: sending/holding data
- Replies: 8
- Views: 1033
sending/holding data
I have a problem ... :D Basicaly, I am getting data from a form and I'm showing the user the data he/she has inputed. Now, the next step is to save that data into a MySql database. So, I have my FORM file -> my SHOW file(in PHP) -> WRITE to database file(also in PHP). OK !!! My question : How do I g...