Jump to content

array()


Ustag

Recommended Posts

oddly enough, I just tried this:

<?php$prod_q = array('0','1');print_r($prod_q);?>

and got the expected output.

Array ( [0] => 0 [1] => 1 )
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...