@vandan I’m not sure what you’re expecting from this question? You’ve not given us any context, examples, etc.
how to improve programming Logic
My Logic Is very low i try 110% but i can not solved error ..
how to improve my logic in programming because i cannot not well understand programming logic how to step up my logic
@vandan We can’t help with anything unless you show us examples or tell us explicitly what logic you’re struggling to understand.
Also bear in mind that people can’t “learn” things for you, either. Unfortunately, if you’re finding things complicated then you’ll need to practice things over and over until they start to make sense and stick.
People here are happy to help, but you need to tell what it is you want help with and show us examples.
I feel like many people on this website ( atleast the people posting on these forums ) have close to no basic understanding of logic, basic algorithm and data structure.
In my opinion you can't learn a programming language ( as easy as php is ) if you haven't got any understanding of how a computers work.
It's like trying to design a house whitout any architectural knowledge. You'll be able to do it , but it's going to take time , and look like shit.
@MARTINBEAN - my english is weak
i have 2 tables (stream / reference) primary key table
3 table (registration table) foriegn key
look like stream table (id,streamname,description) reference table (id,referencename,description) registration table (stream_id,reference_id) i want import table (csv file) with registration table database record suppose new record so it will automatcially store into databse
Please or to participate in this conversation.