I need to store a multi-dimensional associative array of data in a flat file for caching purposes. I might occasionally come across the need to
Continue readingTag: arrays
How can I add elements to an empty array in PHP?
If I define an array in PHP such as (I don’t define its size): Do I simply add elements to it using the following? Don’t
Continue readingGetting error when trying to pass values from array to Google Maps Object
Im setting some json using wordpress post data on a page and then passing that json to some JS which loops through and adds markers
Continue readingPHP / MySQL: How to reduce code to echo Select results (working code)
I am new to PHP and MySQL and hope you can help me with some tipps or comments on this. I have a MySQL db
Continue reading