| |||||||||||
| |||||||||||
Smart English Output - via PHP and Perl ? : operator
It's smart to have your program say "there IS in stock" or "there ARE 2 in stock" ... but if you write your code using an "if" and "else" type structure it can become quite verbose.
The ? ... : operator - available in many languages including C, Perl and PHP - allows you to write a single "if,else" line in a much shorter form: {condition} ? {value if true} : {value if false} Here's an subtle example of this operator in use - an image from our pricing for a two day public course: where you'll note "room" and "rooms". The code, where $ns is a variable containing the number of students: $rlet = ($ns==1) ? "":"s";(written 2007-05-18 08:25:17) Associated topics are indexed under H104 - PHP - Control StatementsP206 - Perl - More Loops and Conditionals P204 - Perl - Conditionals and Loops C203 - C and C based languages - Conditionals and Loops
Some other Articles
Regular Express PrimerDrawing hands on a clock face - PHP Dangerous Dogs and Hotel Marketing What are WEB-INF and META-INF directories? Smart English Output - via PHP and Perl ? : operator Save the Forum - A regular clean sweep Meet, greet and welcome What shape is your shake? Updating a page strictly every minute (PHP, Perl) Two new pages / sites 1638 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||