Search found 3 matches

by calintuns
Fri Mar 17, 2006 7:04 pm
Forum: PHP - Code
Topic: sending/holding data
Replies: 8
Views: 1033

being new to PHP this is a little too mmuch, but i will try to understand it and i'll surelly put it to good use :)

Thanks my friends ;)
by calintuns
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,...
by calintuns
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...