I have an assignment for school call Poker game. I have to deal a random card of five using HTML. I also need to have an array to deal the cards. My main question is can you have images in an array and if so how can it be done? I tried this method:
$my_array = array(img src="2Spade.gif", img src="2Club.gif")
but this is incorrect! Can anyone give me suggestions on how to build the program provide sample code for me to try?