ianpow Posted September 17, 2009 Share Posted September 17, 2009 Hi, I am new to php so please forgive in advance my basic request! I have a project for work where I need to provide a list of around 20 items, which when selected (must be able to select multiple options) will display a corresponding piece of text, either on the same page or in a new window. ie. list would contain apples, pears, oranges, bannanas. If apples and oranges where seleced then when the user hits SUBMIT, the text would display "an apple a day keeps the doctor away" and "Oranges taste nice with vodka". The text would either be contained in the same code or in a seperate .txt, .xml file etc. The aim is to develop a simple tool for sales people where they select a range of defined customer needs and the tool returns a corresponding list of our products "value statements" with perhaps a link under each piece of text to take them to further product info. Any help would be greatly appreciated as my deadline is looming fast and I am in a blackhole on this! I am comfortable with HTML and have the web pages built - just need the code for the page where they do the above. Link to comment https://forums.phpfreaks.com/topic/174580-help-for-the-new-guy-designing-sales-force-product-tool/ Share on other sites More sharing options...
Garethp Posted September 17, 2009 Share Posted September 17, 2009 http://www.tizag.com/phpT/filewrite.php http://www.w3schools.com/php/php_post.asp http://us.php.net/manual/en/control-structures.switch.php http://www.w3schools.com/php/php_if_else.asp Link to comment https://forums.phpfreaks.com/topic/174580-help-for-the-new-guy-designing-sales-force-product-tool/#findComment-920064 Share on other sites More sharing options...
trq Posted September 17, 2009 Share Posted September 17, 2009 You might have misread the boards title, PHP Coding Help. Were not here to write code for people, if you have a coding question, or a problem with some code go ahead and ask, otherwise, it sounds like your looking for a programmer. Link to comment https://forums.phpfreaks.com/topic/174580-help-for-the-new-guy-designing-sales-force-product-tool/#findComment-920065 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.