Hi I am very new to PHP and Objects and have become very confused on the best way to create a collection of objects created from a database Below is an example
I currently store all of my dates in UTC When a user logs in it uses momentjs the momenttzguess function to fill in a hidden timezone input with their timezone
PHP Testing a simple function with a static array variable I assume the static variable declared in the function would make it available outside of the
so I made this scraper and it returns strings from multiple sites I want to check if the strings match so I use php to clean the string and check However the