[Typo3-dev] Development help needed creating function or extension
Johannes Reichardt
mailbox at gramba.net
Wed Apr 21 23:42:56 CEST 2004
hi wes,
many ways lead to rome, but in your case i would go for the "php
content" plugin and just enter the functions manually on different
pages, forwarding the data via post from one page to another. could be
done more nice as extension i guess, but who know php a bit can achieve
a lot of stuff this way. just my 1/4 lb with cheese.
> I am in need of some development work. Below are the things I need.
> This is over my head and I am not sure how to proceed.
> If someone could tell me the best way to approach this I would be
> grateful.
> If someone would like to do the work I would be willing to pay.
>
> Start
> Person enters a first name and zip code into a form.
> They then select from a list of automobiles by maker.
> This will return a list of models.
> They choose one model.
> Hit submit.
> Person is re-directed to personalized new page.
> Background corresponds to state they are from based on zip code
> entered.
> Their "name" replaces markers in the text file they are viewing.
> Audio file plays using their "name" that corresponds to a text
> file of the same content.
> (Audio will play from a flash movie that loads mp3's into a
> playlist while text scrolls on the screen.)
>
> Script includes 2 functions.
> State
> Name
>
> Possibly 2 additional functions
> Auto
> Type
>
> State() {
> Takes zip code input
> Shortens to first 3 digits
> Loop through array for match
> Return = state ID
> Return = state HighWay
> Else
> Default ID
> Default HighWay
> }
>
>
> Name() {
> Takes name input
> Loop male array
> Return gender = MALE
> Return = actual name
> Else
> Loop female array
> Return gender = FEMALE
> Return = actual name
> Else
> Return gender = MALE
> }
>
>
> Secondary function[matches logic of state function]
>
> auto() {
> Takes manufacture as input
> Return = option list of matching models
> }
>
> type() {
> model is selected
> Return = type
> }
> (Type is used to set animation file in flash playlist)
>
> Thanks for your time,
> wes currier
>
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>
More information about the TYPO3-dev
mailing list