PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
You can't mimic the creation of an array with array_push(). array_push() simply adds elements to an array.
EDIT| I suppose you could create an empty array, and array push your 3 arrays into it.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
That's what I'm trying to do. Basically, I've got a loop with all the details and need to push these into an array but can't seem to get it to work with the 2-d array.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Where's $stack coming from?
the second argument in the second array push is not a valid argument. it's a string and an array. wrap it in array()
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.