Quote:
Originally Posted by paligron
Yup. Thank you guys. Your help is highly appreciated. Job, wrapping ones head around all those if statements, especially for a php newbie like me, is mind tiring. But I understand the concept now. You have also fully answered my original question. I am now on the right track. Thanks a milli.
|
Understanding the logic flow is 3/4th the battle in creating any program.
Learning the syntax of the language you wish to program in, is the other 1/4.
So, when you have a problem that seems too difficult to figure out, stop and create a flow chart that describes the program flow.
Once you understand what you have to do to make the program work, figuring out the right commands to use becomes much simpler.