QUOTE(Avandgard @ 2 Aug, 2009 - 01:14 PM)

i'd like somethik like "How to proceed throught PHP project - step by step"
f.e. :
>1. brainstorming - (definition)
>2. db design - (description; "how deep?")
> 2.a make functions to acces tables - (some examples)
> 2.b ...
>...
or something like this with examples and tips
What your asking for is really a seried of tutorials, and DB Design isn't really a PHP subject
QUOTE(Jaakuuta @ 22 Sep, 2009 - 12:30 PM)

Hello... I have a really odd request for a tutorial. I'm not sure if you'd do it in php or what, or if it's even possible.
If it is, that would be wonderful.
Okay, here's what I'm trying to do.
I want to make it so that a user can input information into a form that get's passed via a method like post.
Then, and here's the tricky part, I want it to be able to use that information, put it into a form on another website, submit with that information, then lead the user to the confirmation page.
All while not showing the user the intermediary step of inputting the information into the other web page and submitting.
Also, if possible, I was wondering if there was a way you can take information off of a web page and input it into a program running on the computer. So for example they could fill out a form with their address and everything and it would automatically input the information into a program like Quickbooks or something.
I don't think I saw anything like these in the tutorials, so if it's possible to do either of these, could you please help me with this?
Thank you.
You would be wanting a tutorial to pass information to different servers via soap