muppet77 Posted December 7, 2010 Share Posted December 7, 2010 is it possible to have variables in an array? I have been trying to plot some data using phplot, a graph package but it plots different values to the ones I expect. it should be able to cope with array($variable1, $variable2) shouldn't it? Link to comment https://forums.phpfreaks.com/topic/220952-variables-in-an-array/ Share on other sites More sharing options...
volatileboy Posted December 7, 2010 Share Posted December 7, 2010 That should work yes, its hard to say why its not working without more info on the problem but array($var, $var) is valid Link to comment https://forums.phpfreaks.com/topic/220952-variables-in-an-array/#findComment-1144104 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.