Jump to content

LiamProductions

Members
  • Posts

    496
  • Joined

  • Last visited

    Never

Posts posted by LiamProductions

  1. Hey.

     

    I can't find the problem on this:

     

    <?php
    
    $fruits = array ('red'             =>  'apple',
                              'orange'      =>   'orange',
    		  'yellow'       =>   'banana');
    		  
    foreach ($fruits as $fruit_key => $fruit_value)    {
    
                  echo sorta($fruit_key.' - '.$fruit_value. '<br />'));
          
          }
          
    ?>	      

     

     

    but it is giving me a error.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.