by admin | Nov 1, 2023 | Arrays
Motivation Used to store several values in one variable. Say you need to store your contacts. contacts = array (‘paula’,’maria’, ‘bob’ ); Adding elements to existing array $carribean = array("RD", "Jamaica", "Colombia"); $carribean[] =...
by coder coder | Jul 7, 2023 | Arrays
Used to store several values in one variable. Say you need to store your contacts. contacts = array (‘paula’,’maria’, ‘bob’ );