Search found 5 matches

by Pwnious
Mon Apr 03, 2006 9:12 pm
Forum: PHP - Code
Topic: Php Form Processing
Replies: 10
Views: 2071

Ok I'll stick with the database.
by Pwnious
Mon Apr 03, 2006 8:07 pm
Forum: PHP - Code
Topic: Php Form Processing
Replies: 10
Views: 2071

Flat file? Any info on that? I am currently useing the database to store the inputs, Not done yet. the form processing suppose to display the input on a webpage ,but i guess validation/verification.
by Pwnious
Mon Apr 03, 2006 7:24 pm
Forum: PHP - Code
Topic: Php Form Processing
Replies: 10
Views: 2071

Yes somthing like that, I can work on it after I get some info on that. click here for form and the only php code I got so far for this is

Code: Select all

<?php echo $_POST['insert name']; ?>
by Pwnious
Mon Apr 03, 2006 5:53 pm
Forum: PHP - Code
Topic: Php Form Processing
Replies: 10
Views: 2071

Re: Php Form Processing

I have searched the internet for this. I just Googled "PHP form processing" and there are many results. Form processing is a fairly large subject. Maybe post you code. Yeah I know, but it is not the kind of form processing I want. I need to make one which processes the form to post on a w...
by Pwnious
Mon Apr 03, 2006 3:32 pm
Forum: PHP - Code
Topic: Php Form Processing
Replies: 10
Views: 2071

Php Form Processing

I have searched the internet for this. I want to create a form processor with processes the form to a page which only certain people can access. I got everything down but the form processing. Does anyone have this code or can you lead me to the right direction?

Thanks.