Search found 6 matches
- Mon Dec 29, 2008 10:31 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
Re: QUIZ: Write a script outputting a multiplication table. No e
I am not going to tell a mod what is right and what is wrong on this forum. I just feel a little offended by your words. Why you try to punch me? What bad have I done to you? I hope this isn't because I am Russian? For some reason we are not in favour all over the world.... Regarding your comments: ...
- Mon Dec 29, 2008 9:34 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
Re: QUIZ: Write a script outputting a multiplication table. No e
Plus, I would say that if switch() is allowed then echo should be too Regarding echo: No language constructs for outputting data used at all So, echo is not enabled. "should" doesn't count here. Reading your solution again I've just noticed you're still using short tags Regarding short ta...
- Mon Dec 29, 2008 7:32 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
Re: QUIZ: Write a script outputting a multiplication table. No e
For those who are interested in solution - I posted mine into my blog: http://phpquiz.wordpress.com
- Thu Dec 18, 2008 5:58 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
Re: QUIZ: Write a script outputting a multiplication table. No e
I solved it at the second day of thinking and searching through PHP manual (didn't find there anything though....)papa wrote:Fun but tough one. I'm stuck atm.
- Thu Dec 18, 2008 4:43 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
Re: QUIZ: Write a script outputting a multiplication table. No e
NoMark Baker wrote:are we allowed to use shell, exec, etc?
- Thu Dec 18, 2008 3:50 am
- Forum: PHP - Code
- Topic: QUIZ: Write a script outputting a multiplication table. No e
- Replies: 14
- Views: 2497
QUIZ: Write a script outputting a multiplication table. No e
Hello. One respected member of russian PHP forum phpclub.ru DiMA posted a good PHP brain-quiz there. I really liked it so much (after I solved it myself, not before :-) ) that I would like to share it with you here. Write a script, that is printing a multiplication table (example below). The followi...