| shavedplatypus Forum Index » XML/PHP/Java/ROR » Generate template file with custom variables |
|
Page 1 of 1 |
|
| Author |
Message |
| chrisFearon |
Posted: Tue Mar 16, 2010 1:56 pm Post subject: Generate template file with custom variables |
|
|
Ornithorhynchus anatinus
.learning frenzy
Age: 23
Joined: 07 Sep 2005
Posts: 1004
Location: UK - Northern Ireland
Reputation: 1267.2   votes: 3
Posts per day: 0.55 |
hey folks hows tricks.
situation:
I have set up a login system on a project i am working on and I wish to allow registered members to launch a generic template file with custom information on that page which they complete via a online form once logged in. I am fairly noobish at php however i know i have to record variables from the form and apply the variables to the designated areas in template file.
im unsure of how to correctly link the form and the initiation of template file and database requirements.
any advice / pointers in right direction to tutorials would be fantastic.
cheers,
Chris |
|
|
| Back to top |
|
| Todd |
Posted: Wed Mar 17, 2010 2:46 am Post subject: |
|
|
True Platypus
Age: 39
Joined: 02 Sep 2005
Posts: 2192
Location: New Hampshire
Reputation: 1842.4   votes: 18
Posts per day: 1.2 |
|
| Back to top |
|
| brad j |
Posted: Wed Mar 17, 2010 10:00 am Post subject: |
|
|
Moderator
OP [Original Playtpus]
Age: 36
Joined: 13 Sep 2005
Posts: 1667
Reputation: 4340.4   votes: 7
Posts per day: 0.92 |
|
| Back to top |
|
| chrisFearon |
Posted: Tue Jul 06, 2010 5:50 am Post subject: |
|
|
Ornithorhynchus anatinus
.learning frenzy
Age: 23
Joined: 07 Sep 2005
Posts: 1004
Location: UK - Northern Ireland
Reputation: 1267.2   votes: 3
Posts per day: 0.55 |
thanks for the link, i had a read through. i *think* i have a better understanding of the situation.
Would i be right in saying each time a user submitted a form to post a new web page that *one* page reads in the data depending on the page being viewed rather than multiple pages being written to server?
that make sense? |
|
|
| Back to top |
|
| Todd |
Posted: Fri Jul 09, 2010 8:08 am Post subject: |
|
|
True Platypus
Age: 39
Joined: 02 Sep 2005
Posts: 2192
Location: New Hampshire
Reputation: 1842.4   votes: 18
Posts per day: 1.2 |
chrisFearon wrote: thanks for the link, i had a read through. i *think* i have a better understanding of the situation.
Would i be right in saying each time a user submitted a form to post a new web page that *one* page reads in the data depending on the page being viewed rather than multiple pages being written to server?
that make sense? I didn't see that part in the tutorial. So, to answer your question, no. |
_________________ "Do whatever you do intensely." |
|
| Back to top |
|
|