PHP Video – Indexed Arrays
I just released a new video on the super important indexed array.
PHP indexed arrays are one of the two types of arrays that you’ll find in PHP.
I just released a new video on the super important indexed array.
PHP indexed arrays are one of the two types of arrays that you’ll find in PHP.
GJ on all the videos so far Stef.
Thanks Robert.
I will have the html forms video out in a day or two.
Nice. One thing that I had a difficult time grasping at first, which may be way beyond the scope of what you want to accomplish here, is how to go through third-party scripts to customize apps like WordPress, Joomla etc. Figuring out the structure of these scripts took me a long time to wrap my head around, but it’s invalueable to any developer who uses third-party scripting.
Sorry just a future ref. kinda thing for you to think about.
Giving people enough knowledge to customize 3rd party apps is actually one of the original goals of putting up this site!
… On killersites.com, I’ve been advocating the use of blogs and CMS (for the longest time) in the web design process.
I went so far as to say, that web designers MUST learn at least one blog tool (or CMS) because the future of web design (to a great extent) is found in blog and CMS customization.
That means you need to understand programming if you want to have total control. And since so many open source blogs and CMS are created with PHP, it only makes sense to learn PHP.