Recent content by the dm

  1. T

    How do I merge these arrays with PHP?

    I have two arrays which are spat out from a table of form text inputs. array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } array(3) { [0]=> string(1) "11" [1]=> string(1) "22" [2]=> string(1) "33" } I need a function to take those and give me this...
Back
Top