When facing the start of a brand new PHP application, there is one decision that can’t be overlooked: which framework should you use? Theoretically, you could start with none, but assuming the project at hand is anything but trivial, that’d probably be a bad idea. The good news is you’re not exactly short of options […]
What is an Array? An array is a datatype or data structure or in layman terms a special variable that allows storing one or more values in a single variable e.g. — group of names, group of emails, group of products etc. When building any kind of application, the chances that you would not manipulate […]