Recent content by Josh Schlindwein

  1. J

    How Do I make a bar graph using php?

    ok well i want to be able to impute 2 amounts my paychecks and what i spend and have it show up on a bar graph showing me per a month witch one i have done spent or earned more
  2. J

    How do i change the time on my php code?

    ok so this is my code <h1><?php echo date("m/d/y"); ?></h1> <div><?php echo date("h:i A"); ?></div> <div id= "day"><?php $a = date("D"); echo " "; $array = array("Monday","Tuesday","Wednesday","Th… if ($a == "Mon") { echo "It's {$array[0]} yaaa!"; } if ($a == "Tue") { echo "It's {$array[1]}...
Back
Top