http://sites.google.com/site/vfgbyuhoi6/kewe2w
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all
Having a prob with a php script...
3 arrays
$datay1=array(140,110,50,60);
$datay2=array(35,90,190,190);
$datay3=array(20,60,70,140);
which have to be passed to a class like this
$gbarplot = new GroupBarPlot(array($bplot1,$bplot2,$bplot3));
if I get data from a database, how can I au
Hi all
I have been stuck on this problem for 4 hours. Please anyone that can help
here I would appreciate it.
If I print_r($_GET) I have
Array ([question] => Array ( [10] => 1 [11] => 2 [12] => 1 [13] => 1)'
So now I try
foreach($_GET['question'] as $key) {
if(!in_array($key, $_SESSION[
3 matches
Mail list logo